C# Class Extractor_Serializer.NewParser.BufferedReader

The buffered reader.
Show file Open project: CellAO/CellAO-NightPredator

Public Properties

Property Type Description
Buffer byte[]
Ptr int
RecordNum int
RecordType int

Public Methods

Method 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 method

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. ///
return System

Read3F1() public method

The read 3 f 1.
public Read3F1 ( ) : int
return int

ReadByte() public method

The read byte.
public ReadByte ( ) : byte
return byte

ReadHash() public method

The read hash.
public ReadHash ( ) : string
return string

ReadInt16() public method

The read int 16.
public ReadInt16 ( ) : short
return short

ReadInt32() public method

The read int 32.
public ReadInt32 ( ) : int
return int

ReadString() public method

The read string.
public ReadString ( ) : string
return string

ReadString() public method

The read string.
public ReadString ( int Length ) : string
Length int /// The length. ///
return string

Skip() public method

The skip.
public Skip ( int Count ) : void
Count int /// The count. ///
return void

Property Details

Buffer public property

The buffer.
public byte[] Buffer
return byte[]

Ptr public property

The ptr.
public int Ptr
return int

RecordNum public property

The record num.
public int RecordNum
return int

RecordType public property

The record type.
public int RecordType
return int