C# Class Extractor_Serializer.Extractor

The extractor.
Inheritance: IDisposable
Afficher le fichier Open project: CellAO/CellAO-NightPredator Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

The dispose.

Extractor ( string rdbPath = "./" ) : System

Initializes a new instance of the Extractor class.

GetRecordData ( Extractor RecordType, int RecordInstance, bool decode = false ) : byte[]

The get record data.

GetRecordInstances ( Extractor recordType ) : int[]

The get record instances.

GetRecordTypes ( ) : int[]

The get record types.

IsValidInstance ( int RecordType, int RecordInstance ) : bool

The is valid instance.

IsValidType ( int recordType ) : bool

The is valid type.

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

The dispose.

GetRecordInstanceCount ( int p ) : int
SegRead ( uint count, ulong position = 4294967295u ) : byte[]

The seg read.

Method Details

Dispose() public méthode

The dispose.
public Dispose ( ) : void
Résultat void

Extractor() public méthode

Initializes a new instance of the Extractor class.
public Extractor ( string rdbPath = "./" ) : System
rdbPath string /// The rdb path. ///
Résultat System

GetRecordData() public méthode

The get record data.
///
public GetRecordData ( Extractor RecordType, int RecordInstance, bool decode = false ) : byte[]
RecordType Extractor /// The record type. ///
RecordInstance int /// The record instance. ///
decode bool /// The decode. ///
Résultat byte[]

GetRecordInstances() public méthode

The get record instances.
public GetRecordInstances ( Extractor recordType ) : int[]
recordType Extractor /// The record type. ///
Résultat int[]

GetRecordTypes() public méthode

The get record types.
public GetRecordTypes ( ) : int[]
Résultat int[]

IsValidInstance() public méthode

The is valid instance.
public IsValidInstance ( int RecordType, int RecordInstance ) : bool
RecordType int /// The record type. ///
RecordInstance int /// The record instance. ///
Résultat bool

IsValidType() public méthode

The is valid type.
public IsValidType ( int recordType ) : bool
recordType int /// The record type. ///
Résultat bool