Copyright | (C) 2015-2018 Virtual Forge GmbH |
---|---|
License | GPL2 |
Maintainer | Hans-Christian Esperer <hans-christian.esperer@virtualforge.com> |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
| Deflate implementation
- decompressBlocks :: Int -> ByteString -> ByteString
Documentation
:: Int | The size of the decompressed result. (Must be known beforehand) |
-> ByteString | The compressed payload |
-> ByteString |
Decompress one or more lzh compressed blocks