Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Internal.StreamExtensions Class Reference

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
 

Detailed Description

Definition at line 6 of file StreamExtensions.cs.


The documentation for this class was generated from the following file: