Compression.inflate

Creates a flow that deflate-decompresses a stream of ByteStrings.

Compression operators

Signature

Compression.indeflateCompression.indeflate

Description

Creates a flow that deflate-decompresses a stream of ByteStrings.

Reactive Streams semantics

emits when the compression algorithm produces output for the received ByteString (the emitted ByteString is of maxBytesPerChunk maximum length)

backpressures when downstream backpressures

completes when upstream completes (may emit finishing bytes in an extra ByteString )

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.