lzlib-1.0.0.2: lzlib bindings

Safe HaskellNone
LanguageHaskell2010

Codec.Lzip

Synopsis

Documentation

compressWithSz Source #

Arguments

:: CompressionLevel 
-> ByteString 
-> Int

Size of compression window

-> ByteString 

Since: 1.0.0.0

decompress :: ByteString -> ByteString Source #

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

Doesn't work on empty ByteStrings