Property | Type | Description | |
---|---|---|---|
Compress | void | ||
Compress | void | ||
Decompress | byte[] | ||
FreeLibrary | bool | ||
GetProcAddress | |||
LoadLibrary | |||
QuickLZ | System |
Method | Description | |
---|---|---|
ForwardProcessDataStream ( Stream inStream, Stream outStream, string>.Dictionary |
||
ReverseProcessDataStream ( Stream inStream, Stream outStream, string>.Dictionary |
Method | Description | |
---|---|---|
Compress ( |
||
Compress ( byte Source, byte dest, int &destLength ) : void | ||
Decompress ( byte Source ) : byte[] | ||
FreeLibrary ( |
||
GetProcAddress ( |
||
LoadLibrary ( string dllToLoad ) : |
||
QuickLZ ( ) : System |
public ForwardProcessDataStream ( Stream inStream, Stream outStream, string>.Dictionary |
||
inStream | Stream | |
outStream | Stream | |
options | string>.Dictionary | |
writtenBytes | long | |
return | void |
public ReverseProcessDataStream ( Stream inStream, Stream outStream, string>.Dictionary |
||
inStream | Stream | |
outStream | Stream | |
options | string>.Dictionary | |
writtenBytes | long | |
return | void |