C# Class Extractor_Serializer.NewParser.BufferedReader

The buffered reader.
Afficher le fichier Open project: CellAO/CellAO-NightPredator

Méthodes publiques

Свойство Type Description
Buffer byte[]
Ptr int
RecordNum int
RecordType int

Méthodes publiques

Méthode Description
BufferedReader ( int rectype, int recnum, byte data ) : System

Initializes a new instance of the BufferedReader class.

Read3F1 ( ) : int

The read 3 f 1.

ReadByte ( ) : byte

The read byte.

ReadHash ( ) : string

The read hash.

ReadInt16 ( ) : short

The read int 16.

ReadInt32 ( ) : int

The read int 32.

ReadString ( ) : string

The read string.

ReadString ( int Length ) : string

The read string.

Skip ( int Count ) : void

The skip.

Method Details

BufferedReader() public méthode

Initializes a new instance of the BufferedReader class.
public BufferedReader ( int rectype, int recnum, byte data ) : System
rectype int /// The rectype. ///
recnum int /// The recnum. ///
data byte /// The data. ///
Résultat System

Read3F1() public méthode

The read 3 f 1.
public Read3F1 ( ) : int
Résultat int

ReadByte() public méthode

The read byte.
public ReadByte ( ) : byte
Résultat byte

ReadHash() public méthode

The read hash.
public ReadHash ( ) : string
Résultat string

ReadInt16() public méthode

The read int 16.
public ReadInt16 ( ) : short
Résultat short

ReadInt32() public méthode

The read int 32.
public ReadInt32 ( ) : int
Résultat int

ReadString() public méthode

The read string.
public ReadString ( ) : string
Résultat string

ReadString() public méthode

The read string.
public ReadString ( int Length ) : string
Length int /// The length. ///
Résultat string

Skip() public méthode

The skip.
public Skip ( int Count ) : void
Count int /// The count. ///
Résultat void

Property Details

Buffer public_oe property

The buffer.
public byte[] Buffer
Résultat byte[]

Ptr public_oe property

The ptr.
public int Ptr
Résultat int

RecordNum public_oe property

The record num.
public int RecordNum
Résultat int

RecordType public_oe property

The record type.
public int RecordType
Résultat int