msole_inflate
Description:
public ByteArray msole_inflate (
Input input,
off_t offset)
Decompresses an LZ compressed stream.
Parameters:
| input |
stream to read from
|
| offset |
offset into it for start byte of compresse stream
|
Returns:
|
A GByteArray that the caller is responsible for freeing
|