Property | Type | Description | |
---|---|---|---|
Name | string |
Method | Description | |
---|---|---|
AddRecord ( |
Adds the given sub-record to the record.
|
|
Clone ( ) : |
Clones the record.
|
|
DeleteRecord ( |
Deletes the specified sub-record from the record.
|
|
GetDesc ( ) : string |
Gets the description of the record.
|
Method | Description | |
---|---|---|
CloseDecompressor ( ) : void |
Closes teh decompressor.
|
|
Decompress ( |
Decompressed the data in the given stream.
|
|
InitDecompressor ( ) : void |
Initializes teh decompressor.
|
|
ReadRecName ( |
Reads the name of the given record.
|
|
WriteString ( |
Writes a string to the given stream.
|
Method | Description | |
---|---|---|
GetIDs ( bool lower ) : List |
Gets the ids of the sub-records in the record.
|
|
SaveData ( |
public abstract AddRecord ( |
||
br | The record to add. | |
return | void |
protected static CloseDecompressor ( ) : void | ||
return | void |
protected static Decompress ( |
||
br | The stream containing the compressed data. | |
size | int | The number of byte to decompress. |
outsize | int | The sixe of the decrompressed data. |
return |
public abstract DeleteRecord ( |
||
br | The record to delete. | |
return | void |
protected static ReadRecName ( |
||
br | The record whose name is to be read. | |
return | string |
protected static WriteString ( |
||
bw | The stream to which to write the string. | |
s | string | The string to write. |
return | void |