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

Codec.Lz4.Foreign

Synopsis

Blocks

lZ4VersionNumber :: CInt Source #

Since: 0.1.1.0

Frames

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

Macros

lZ4HCClevelMax :: Integral a => a Source #

Since: 0.1.1.0

Types

type LzPreferencesPtr = ForeignPtr LzPreferences Source #