| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Codec.Compression.Snappy.Framed.NoFraming
Description
An unframed snappy stream.
Example encoding of the string "foobar\n":
00000000 07 18 66 6f 6f 62 61 72 0a |..foobar.|
Reference: https://github.com/google/snappy/blob/master/format_description.txt
Documentation
parseBlock :: Parser ByteString Source
Parse a single block of the compressed bytestream, returning a segment of the uncompressed stream.