Свойство | Тип | Описание | |
---|---|---|---|
containerType | RawDataContainerType | ||
rawChunks | List |
Метод | Описание | |
---|---|---|
LoadRawFromFile ( string inputFilePath, Meta meta ) : |
The load raw from file.
|
|
Read ( int TagIndex, |
The read.
|
|
SaveRawToFile ( string outputFilePath, Meta meta ) : void |
The save raw to file.
|
public LoadRawFromFile ( string inputFilePath, Meta meta ) : |
||
inputFilePath | string | The input file path. |
meta | Meta | The meta. |
Результат |
public Read ( int TagIndex, |
||
TagIndex | int | The TagIndex. |
map | The map. | |
dontreadraw | bool | The dontreadraw. |
Результат | void |
public SaveRawToFile ( string outputFilePath, Meta meta ) : void | ||
outputFilePath | string | The output file path. |
meta | Meta | The meta. |
Результат | void |
public RawDataContainerType containerType | ||
Результат | RawDataContainerType |