lz4-hs-0.1.3.0: lz4 bindings for Haskell
Safe HaskellNone
LanguageHaskell2010

Codec.Lz4.Foreign

Synopsis

Blocks

lZ4VersionString :: String Source #

Since: 0.1.1.0

Frames

lZ4FCompressBegin :: LzCtxPtr -> Ptr a -> CSize -> LzPreferencesPtr -> IO CSize Source #

lZ4FCompressBound :: CSize -> LzPreferencesPtr -> CSize Source #

lZ4FCompressUpdate :: LzCtxPtr -> Ptr a -> CSize -> Ptr b -> CSize -> LzCompressOptionsPtr -> IO CSize Source #

lZ4FCompressEnd :: LzCtxPtr -> Ptr a -> CSize -> LzCompressOptionsPtr -> IO CSize Source #

lZ4FDecompress :: LzDecompressionCtxPtr -> Ptr a -> Ptr CSize -> Ptr b -> Ptr CSize -> LzDecompressOptionsPtr -> IO CSize Source #

lZ4MaxInputSize :: Integral a => a Source #

Since: 0.1.1.0

lZ4HCClevelMax :: Integral a => a Source #

Since: 0.1.1.0

Types