C# 클래스 SerahToolkit_SharpGL.FF8_Core.ArchiveWorker

파일 보기 프로젝트 열기: MaKiPL/FF8-Rinoa-s-Toolset 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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[]

메소드 상세

ArchiveWorker() 공개 메소드

public ArchiveWorker ( string path ) : System
path string
리턴 System

FileInTwoArchives() 공개 정적인 메소드

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
리턴 byte[]

GetBinaryFile() 공개 정적인 메소드

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

GetFI() 공개 메소드

public GetFI ( ) : FI[]
리턴 FI[]

GetListOfFiles() 공개 메소드

public GetListOfFiles ( ) : string[]
리턴 string[]

OpenArchive() 공개 정적인 메소드

public static OpenArchive ( ) : void
리턴 void

프로퍼티 상세

FileList 공개적으로 정적으로 프로퍼티

public static string[] FileList
리턴 string[]

_path 공개적으로 프로퍼티

public string _path
리턴 string