Safe Haskell | None |
---|
Documentation
data ZStreamStruct Source
type ZStream' = Ptr ZStreamStructSource
deflateInit2 :: ZStream' -> Int -> WindowBits -> Int -> Strategy -> IO ()Source
inflateInit2 :: ZStream' -> WindowBits -> IO ()Source
c_free_z_stream_inflate :: FunPtr (ZStream' -> IO ())Source
c_free_z_stream_deflate :: FunPtr (ZStream' -> IO ())Source
c_get_avail_out :: ZStream' -> IO CUIntSource
c_get_avail_in :: ZStream' -> IO CUIntSource