C# Class SerahToolkit_SharpGL.FF8_Core.ArchiveWorker

Afficher le fichier Open project: MaKiPL/FF8-Rinoa-s-Toolset Class Usage Examples

Méthodes publiques

Свойство Type Description
FileList string[]
_path string

Méthodes publiques

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

Private Methods

Méthode Description
GetBin ( string archiveName, string fileName ) : byte[]
ProduceFileLists ( ) : string[]

Method Details

ArchiveWorker() public méthode

public ArchiveWorker ( string path ) : System
path string
Résultat System

FileInTwoArchives() public static méthode

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
Résultat byte[]

GetBinaryFile() public static méthode

public static GetBinaryFile ( string archiveName, string fileName ) : byte[]
archiveName string
fileName string
Résultat byte[]

GetFI() public méthode

public GetFI ( ) : FI[]
Résultat FI[]

GetListOfFiles() public méthode

public GetListOfFiles ( ) : string[]
Résultat string[]

OpenArchive() public static méthode

public static OpenArchive ( ) : void
Résultat void

Property Details

FileList public_oe static_oe property

public static string[] FileList
Résultat string[]

_path public_oe property

public string _path
Résultat string