Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Documentation
data ZStreamStruct Source #
type ZStream' = Ptr ZStreamStruct Source #
zstreamNew :: IO ZStream' Source #
deflateInit2 :: ZStream' -> Int -> WindowBits -> Int -> Strategy -> IO () Source #
inflateInit2 :: ZStream' -> WindowBits -> IO () Source #