Method | Description | |
---|---|---|
N2HBinaryReader ( Stream input ) : System | ||
N2HBinaryReader ( Stream input, |
||
Read24 ( ) : int | ||
Read7BitLongValue ( ) : ulong | ||
Read7BitValue ( ) : uint | ||
ReadInt16 ( ) : short | ||
ReadInt32 ( ) : int | ||
ReadInt64 ( ) : long | ||
ReadSU32 ( ) : uint | ||
ReadString8 ( ) : string | ||
ReadU24 ( ) : uint | ||
ReadUInt16 ( ) : ushort | ||
ReadUInt32 ( ) : uint | ||
ReadUInt64 ( ) : ulong | ||
Shrink ( uint rest ) : void | ||
_ReadUInt32 ( ) : uint | ||
this ( int index ) : byte |
Method | Description | |
---|---|---|
_ReadInt32 ( ) : int |
public N2HBinaryReader ( Stream input ) : System | ||
input | Stream | |
return | System |
public N2HBinaryReader ( Stream input, |
||
input | Stream | |
encoding | ||
return | System |