lzo-0.1.0.0: minilzo bundled for Haskell

Safe HaskellNone
LanguageHaskell2010

Codec.Compression.Lzo

Contents

Description

Block functions throw LzoError on error.

Synopsis

Block compression

decompress Source #

Arguments

:: ByteString 
-> Int

Maximum bound on output bytes

-> ByteString 

File/frame compression

Errors