void[] uncompress(void[] srcbuf, uint destlen = 0u, int winbits = 15);
|
Decompresses the data in srcbuf[.
Parameters: uint destlen (size of the uncompressed data. It need not be accurate, but the decompression will be faster if the exact size is supplied.)
Returns: The decompressed data.
Example
Todo
|