C# Class BfsBinaryReader, BinaryFileSchema

Afficher le fichier Open project: Andos/BinaryFileSchema Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

BfsBinaryReader() public méthode

public BfsBinaryReader ( BinaryReader binaryReader, Endianness fileEndianness ) : System
binaryReader BinaryReader
fileEndianness Endianness
Résultat System

GetPosition() public méthode

public GetPosition ( ) : long
Résultat long

ReadASCIIString() public méthode

public ReadASCIIString ( string expected ) : string
expected string
Résultat string

ReadBool() public méthode

public ReadBool ( ) : bool
Résultat bool

ReadByteArray() public méthode

public ReadByteArray ( int count ) : byte[]
count int
Résultat byte[]

ReadInt() public méthode

public ReadInt ( ) : int
Résultat int

ReadLong() public méthode

public ReadLong ( ) : long
Résultat long

ReadSbyte() public méthode

public ReadSbyte ( ) : byte
Résultat byte

ReadShort() public méthode

public ReadShort ( ) : short
Résultat short

ReadUTF32String() public méthode

public ReadUTF32String ( string expected ) : string
expected string
Résultat string

ReadUTF7String() public méthode

public ReadUTF7String ( string expected ) : string
expected string
Résultat string

ReadUbyte() public méthode

public ReadUbyte ( ) : byte
Résultat byte

ReadUint() public méthode

public ReadUint ( ) : int
Résultat int

ReadUlong() public méthode

public ReadUlong ( ) : long
Résultat long

ReadUshort() public méthode

public ReadUshort ( ) : short
Résultat short

Seek() public méthode

public Seek ( long offset, SeekOrigin, origin ) : long
offset long
origin SeekOrigin,
Résultat long

SkipBytes() public méthode

public SkipBytes ( int count ) : void
count int
Résultat void

TestReadCompressed() public méthode

public TestReadCompressed ( ) : void
Résultat void