Decompresses data into the byte array
Parameters
- b
- The array to read and decompress data into
- off
- The offset indicating where the data should be placed
- len
- The number of bytes to decompress
Return Value
The number of bytes read. Zero signals the end of stream
Exceptions
Exception Type | Condition |
---|---|
SharpZipBaseException | Inflater needs a dictionary |
See Also
InflaterInputStream Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace