| Copyright | Jeremy List |
|---|---|
| License | BSD-3 |
| Maintainer | quick.dudley@gmail.com |
| Safe Haskell | None |
| Language | Haskell2010 |
Codec.Phaser.ByteString
Description
Phases for processing bytestrings.
- unpackBS :: Phase p ByteString Word8 ()
- unpackLBS :: Phase p ByteString Word8 ()
Documentation
unpackBS :: Phase p ByteString Word8 () Source #
A Phase which takes ByteStrings as input and yields their individual
bytes.
unpackLBS :: Phase p ByteString Word8 () Source #
A Phase which takes lazy ByteStrings as input and yields their
individual bytes.