C# Class SerahToolkit_SharpGL.FF8_Core.ArchiveWorker

Show file Open project: MaKiPL/FF8-Rinoa-s-Toolset Class Usage Examples

Public Properties

Property Type Description
FileList string[]
_path string

Public Methods

Method 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

Private Methods

Method Description
GetBin ( string archiveName, string fileName ) : byte[]
ProduceFileLists ( ) : string[]

Method Details

ArchiveWorker() public method

public ArchiveWorker ( string path ) : System
path string
return System

FileInTwoArchives() public static method

Give me three archives as bytes uncompressed please!
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
return byte[]

GetBinaryFile() public static method

public static GetBinaryFile ( string archiveName, string fileName ) : byte[]
archiveName string
fileName string
return byte[]

GetFI() public method

public GetFI ( ) : FI[]
return FI[]

GetListOfFiles() public method

public GetListOfFiles ( ) : string[]
return string[]

OpenArchive() public static method

public static OpenArchive ( ) : void
return void

Property Details

FileList public static property

public static string[] FileList
return string[]

_path public property

public string _path
return string