프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Name | string |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
GetIDs ( bool lower ) : List |
Gets the ids of the sub-records in the record.
|
|
SaveData ( |
public abstract AddRecord ( |
||
br | The record to add. | |
리턴 | 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. |
리턴 |
public abstract DeleteRecord ( |
||
br | The record to delete. | |
리턴 | void |
protected static ReadRecName ( |
||
br | The record whose name is to be read. | |
리턴 | string |
protected static WriteString ( |
||
bw | The stream to which to write the string. | |
s | string | The string to write. |
리턴 | void |