terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ReadInternal()

int System.IO.FileStream.ReadInternal ( byte[] dest,
int offset,
int count )
inlineprivateinherited

Definition at line 329 of file FileStream.cs.

330 {
331 int num = this.ReadSegment(dest, offset, count);
332 int num2 = this.buf_size;
333 this.FlushBuffer();
335 int num3 = this.ReadData(safeFileHandle, dest, count, count);
336 long num4 = this.buf_start;
338 return num3;
339 }
class f__AnonymousType0<< Count > j__TPar
int ReadData(SafeHandle safeHandle, byte[] buf, int offset, int count)
SafeFileHandle safeHandle
int ReadSegment(byte[] dest, int dest_offset, int count)

References System.IO.FileStream.buf_size, System.IO.FileStream.buf_start, System.count, System.IO.FileStream.FlushBuffer(), j__TPar, System.offset, System.IO.FileStream.ReadData(), System.IO.FileStream.ReadSegment(), and System.IO.FileStream.safeHandle.

Referenced by System.IO.FileStream.Read().