프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FileList | string[] | ||
_path | string |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
GetBin ( string archiveName, string fileName ) : byte[] | ||
ProduceFileLists ( ) : string[] |
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 |
리턴 | byte[] |
public static GetBinaryFile ( string archiveName, string fileName ) : byte[] | ||
archiveName | string | |
fileName | string | |
리턴 | byte[] |