-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Compression and decompression using heatshrink
--   
--   Please see README.md
@package heatshrink
@version 0.1.0.0

module Codec.Compression.Heatshrink
data Decoder
data DecodeParams
DecodeParams :: Int -> Int -> Int -> DecodeParams
[inputBufferSize] :: DecodeParams -> Int
[expansionBufferBits] :: DecodeParams -> Int
[lookAheadBits] :: DecodeParams -> Int
defaultDecodeParams :: DecodeParams
decoderWithParams :: DecodeParams -> Decoder
decode :: Decoder -> ByteString -> IO ByteString
decodeWith :: DecodeParams -> ByteString -> IO ByteString
instance GHC.Show.Show Codec.Compression.Heatshrink.Decoder
instance GHC.Classes.Eq Codec.Compression.Heatshrink.Decoder
instance GHC.Classes.Eq Codec.Compression.Heatshrink.DecodeParams
instance GHC.Show.Show Codec.Compression.Heatshrink.DecodeParams
