Property | Type | Description | |
---|---|---|---|
Alignment | uint | ||
ArchiveName | string | ||
ContentBitmask | ushort | ||
Endian | Util.Endianness | ||
Unknown2 | uint |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
Extract ( string dirname, bool noMetadataParsing = false ) : void | ||
FPS4 ( ) : System | ||
FPS4 ( string inFilename ) : System | ||
FPS4 ( string headerFilename, string contentFilename ) : System | ||
Pack ( string inPath, string outFilename, string headerName = null, string metadata = null ) : void |
Method | Description | |
---|---|---|
GetRelativePath ( string fromDirectory, string toFile ) : string | ||
LoadFile ( string headerFilename, string contentFilename = null ) : bool | ||
WriteFilesToFileStream ( string files, |
public Extract ( string dirname, bool noMetadataParsing = false ) : void | ||
dirname | string | |
noMetadataParsing | bool | |
return | void |
public FPS4 ( string headerFilename, string contentFilename ) : System | ||
headerFilename | string | |
contentFilename | string | |
return | System |
public Pack ( string inPath, string outFilename, string headerName = null, string metadata = null ) : void | ||
inPath | string | |
outFilename | string | |
headerName | string | |
metadata | string | |
return | void |