Decodes a chunk of data from the stream and passes the resulting decompressed data chunks to the provided output delegate. A single input chunk may invoke the output delegate several times.
chunk of compressed data from stream
delegate to receive decompressed data chunks
See Implementation
Decodes a chunk of data from the stream and passes the resulting decompressed data chunks to the provided output delegate. A single input chunk may invoke the output delegate several times.