| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Codec.Compression.Heatshrink
- data Decoder
- data DecodeParams = DecodeParams {}
- defaultDecodeParams :: DecodeParams
- decoderWithParams :: DecodeParams -> Decoder
- decode :: Decoder -> ByteString -> IO ByteString
- decodeWith :: DecodeParams -> ByteString -> IO ByteString
decoding
data DecodeParams Source #
Constructors
| DecodeParams | |
Fields
| |
Instances
decode :: Decoder -> ByteString -> IO ByteString Source #
decodeWith :: DecodeParams -> ByteString -> IO ByteString Source #