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

◆ Write() [1/2]

override void System.IO.Stream.SyncStream.Write ( byte[] bytes,
int offset,
int count )
inline

Definition at line 432 of file Stream.cs.

433 {
434 lock (_stream)
435 {
437 }
438 }
readonly Stream _stream
Definition Stream.cs:244
void Write(byte[] buffer, int offset, int count)

References System.IO.Stream.SyncStream._stream, System.bytes, System.count, System.offset, and System.IO.Stream.Write().