lzlib-0.3.0.0: lzlib bindings

Safe HaskellNone
LanguageHaskell2010

Codec.Lzip

Contents

Synopsis

Documentation

decompress :: ByteString -> ByteString Source #

This does not do any error recovery; for that you should use lziprecover.

Doesn't work on empty ByteStrings

Low-level bindings