decompress package:pipes-zlib

Decompress bytes flowing from a Producer.
decompress :: MonadIO m
=> Producer ByteString m r
-> Producer ByteString m r
Decompress bytes flowing from a Producer. See the Codec.Compression.Zlib module for details about WindowBits.
decompress :: MonadIO m
=> WindowBits
=> Producer ByteString m r
-> Producer ByteString m r
Decompress bytes flowing from a Producer, returning any leftover input that follows the compressed stream.
Decompress bytes flowing from a Producer, returning any leftover input that follows the compressed stream.