snappy-framed-0.1.0.0: Decompression for framed Snappy streams

Safe HaskellNone
LanguageHaskell2010

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

Synopsis

Documentation

parseBlock :: Parser ByteString Source

Parse a single block of the compressed bytestream, returning a segment of the uncompressed stream.