Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
static unsafe void | CopyTo (this Stream source, byte *destination, int size) |
static int | TryReadAll (this Stream stream, byte[] buffer, int offset, int count) |
static int | TryReadAll (this Stream stream, Span< byte > buffer) |
static int | GetAndValidateSize (Stream stream, int size, string streamParameterName) |
Static Package Attributes | |
const int | StreamCopyBufferSize = 81920 |
Definition at line 6 of file StreamExtensions.cs.