Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Write() [4/4]

override void System.IO.DelegatingStream.Write ( ReadOnlySpan< byte > buffer)
inlinevirtualinherited

Reimplemented from System.IO.Stream.

Reimplemented in System.Net.Http.StreamContent.ReadOnlyStream.

Definition at line 135 of file DelegatingStream.cs.

136 {
138 }
void Write(byte[] buffer, int offset, int count)

References System.IO.DelegatingStream._innerStream, System.buffer, and System.IO.Stream.Write().