Свойство | Тип | Описание | |
---|---|---|---|
Files | List |
Метод | Описание | |
---|---|---|
ContainsFile ( string file ) : bool | ||
ExtractBytes ( |
||
ExtractBytes ( int index ) : byte[] | ||
ExtractFile ( |
||
ExtractFile ( int index, string target ) : void | ||
ExtractString ( |
||
ExtractString ( int index ) : string | ||
GetFile ( string file ) : List |
||
MAS2Reader ( string file, string exts ) : System |
Метод | Описание | |
---|---|---|
DecodeFileHeader ( byte bf ) : byte[] | ||
DecodeFileHeader_ShiftBytesRight ( ulong d, byte s ) : ulong | ||
DecodeHeaderString ( byte mas_header ) : string | ||
ReadHeader ( ) : void |
public ContainsFile ( string file ) : bool | ||
file | string | |
Результат | bool |
public ExtractBytes ( |
||
f | ||
Результат | byte[] |
public ExtractBytes ( int index ) : byte[] | ||
index | int | |
Результат | byte[] |
public ExtractFile ( |
||
f | ||
target | string | |
Результат | void |
public ExtractFile ( int index, string target ) : void | ||
index | int | |
target | string | |
Результат | void |
public ExtractString ( |
||
f | ||
Результат | string |
public ExtractString ( int index ) : string | ||
index | int | |
Результат | string |
public MAS2Reader ( string file, string exts ) : System | ||
file | string | |
exts | string | |
Результат | System |