Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.PortableExecutable.PEBinaryReader Struct Reference

Public Member Functions

 PEBinaryReader (Stream stream, int size)
 
void Seek (int offset)
 
byte[] ReadBytes (int count)
 
byte ReadByte ()
 
short ReadInt16 ()
 
ushort ReadUInt16 ()
 
int ReadInt32 ()
 
uint ReadUInt32 ()
 
ulong ReadUInt64 ()
 
string ReadNullPaddedUTF8 (int byteCount)
 

Properties

int CurrentOffset [get]
 

Private Member Functions

void CheckBounds (uint count)
 
void CheckBounds (long startPosition, int count)
 

Private Attributes

readonly long _startOffset
 
readonly long _maxOffset
 
readonly BinaryReader _reader
 

Detailed Description

Definition at line 6 of file PEBinaryReader.cs.


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