uint? NextLONG()
Gets next LONG (unsigned int). If no more bytes are available, null is returned.
string NextASCIIString()
Gets the next ASCII string.
int NextByte()
Gets next byte. If no more bytes are available, -1 is returned.
bool BigEndian
If Big-Endian encoding is used.
int NextSHORT()
Gets next SHORT (unsigned short). If no more bytes are available, -1 is returned.