Property | Type | Description | |
---|---|---|---|
MAXBITS | int | ||
MAXWIN | int |
Method | Description | |
---|---|---|
Decompress ( Stream input, Stream output, long>.Action |
PKWare Compression Library stream.
|
Method | Description | |
---|---|---|
Decode ( |
public static Decompress ( Stream input, Stream output, long>.Action |
||
input | Stream | Compressed input stream. |
output | Stream | Stream to write the decompressed output. |
onProgress | long>.Action | Progress callback, invoked with (read bytes, written bytes). |
return | void |