Method | Description | |
---|---|---|
Dispose ( ) : void |
The dispose.
|
|
Extractor ( string rdbPath = "./" ) : System |
Initializes a new instance of the Extractor class.
|
|
GetRecordData ( |
The get record data.
|
|
GetRecordInstances ( |
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.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
The dispose.
|
|
GetRecordInstanceCount ( int p ) : int | ||
SegRead ( uint count, ulong position = 4294967295u ) : byte[] |
The seg read.
|
public Extractor ( string rdbPath = "./" ) : System | ||
rdbPath | string | /// The rdb path. /// |
return | System |
public GetRecordData ( |
||
RecordType | /// The record type. /// | |
RecordInstance | int | /// The record instance. /// |
decode | bool | /// The decode. /// |
return | byte[] |
public GetRecordInstances ( |
||
recordType | /// The record type. /// | |
return | int[] |
public IsValidInstance ( int RecordType, int RecordInstance ) : bool | ||
RecordType | int | /// The record type. /// |
RecordInstance | int | /// The record instance. /// |
return | bool |
public IsValidType ( int recordType ) : bool | ||
recordType | int | /// The record type. /// |
return | bool |