|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 6 of file PEBinaryReader.cs.