Method | Description | |
---|---|---|
Decrypt ( byte buf, string key ) : byte[] | ||
FromBE ( int val ) : int | ||
GetDescription ( ) : string | ||
GetExtension ( int type ) : string | ||
GetFlags ( ) : UnpackerFlags | ||
GetName ( ) : string | ||
GetVersion ( ) : string | ||
IsSupported ( Stream strm, |
||
ListFiles ( Stream strm, |
||
PackFiles ( Stream strm, List |
||
UnpackFiles ( Stream strm, |
Method | Description | |
---|---|---|
FixPngHdr ( byte hdr, string &key, ICRCAlgorithm crcAlgo ) : byte[] | ||
GetDirectory ( Stream strm, bool checkOnly ) : DirEntry[] |
public Decrypt ( byte buf, string key ) : byte[] | ||
buf | byte | |
key | string | |
return | byte[] |
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 |