Свойство | Type | Description | |
---|---|---|---|
FileList | string[] | ||
_path | string |
Méthode | Description | |
---|---|---|
ArchiveWorker ( string path ) : System | ||
FileInTwoArchives ( byte FI, byte FS, byte FL, string filename ) : byte[] |
Give me three archives as bytes uncompressed please!
|
|
GetBinaryFile ( string archiveName, string fileName ) : byte[] | ||
GetFI ( ) : FI[] | ||
GetListOfFiles ( ) : string[] | ||
OpenArchive ( ) : void |
Méthode | Description | |
---|---|---|
GetBin ( string archiveName, string fileName ) : byte[] | ||
ProduceFileLists ( ) : string[] |
public ArchiveWorker ( string path ) : System | ||
path | string | |
Résultat | System |
public static FileInTwoArchives ( byte FI, byte FS, byte FL, string filename ) : byte[] | ||
FI | byte | FileIndex |
FS | byte | FileSystem |
FL | byte | FileList |
filename | string | Filename of the file to get |
Résultat | byte[] |
public static GetBinaryFile ( string archiveName, string fileName ) : byte[] | ||
archiveName | string | |
fileName | string | |
Résultat | byte[] |