Method | Description | |
---|---|---|
GetDescription ( ) : string | ||
GetFlags ( ) : UnpackerFlags | ||
GetName ( ) : string | ||
GetVersion ( ) : string | ||
IsSupported ( Stream strm, |
||
ListFiles ( Stream strm, |
||
PackFiles ( Stream strm, List |
||
UnpackFiles ( Stream strm, |
Method | Description | |
---|---|---|
ReadCPKByte ( Stream strm ) : byte | ||
ReadCPKBytes ( Stream strm, int length ) : byte[] | ||
ReadCPKUInt ( Stream strm ) : |
||
ReadCPKUShort ( Stream strm ) : |
||
ReadTable ( Stream strm ) : Table | ||
ResetCrypt ( ) : void |
public IsSupported ( Stream strm, |
||
strm | Stream | |
callbacks | ||
return | bool |
public ListFiles ( Stream strm, |
||
strm | Stream | |
callbacks | ||
return | IEnumerable |
public PackFiles ( Stream strm, List |
||
strm | Stream | |
filesToPack | List |
|
callbacks | ||
return | void |
public UnpackFiles ( Stream strm, |
||
strm | Stream | |
callbacks | ||
return | void |