Method |
Description |
|
BfsBinaryReader ( BinaryReader binaryReader, Endianness fileEndianness ) : System |
|
|
GetPosition ( ) : long |
|
|
ReadASCIIString ( string expected ) : string |
|
|
ReadBool ( ) : bool |
|
|
ReadByteArray ( int count ) : byte[] |
|
|
ReadInt ( ) : int |
|
|
ReadLong ( ) : long |
|
|
ReadSbyte ( ) : byte |
|
|
ReadShort ( ) : short |
|
|
ReadUTF32String ( string expected ) : string |
|
|
ReadUTF7String ( string expected ) : string |
|
|
ReadUbyte ( ) : byte |
|
|
ReadUint ( ) : int |
|
|
ReadUlong ( ) : long |
|
|
ReadUshort ( ) : short |
|
|
Seek ( long offset, SeekOrigin, origin ) : long |
|
|
SkipBytes ( int count ) : void |
|
|
TestReadCompressed ( ) : void |
|
|