Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Put bits easily.
Synopsis
Documentation
joinPut :: Put -> BitPut () Source #
Run a Put
inside BitPut
. Any partially written bytes will be flushed
before Put
executes to ensure byte alignment.
Data types
Bool
Words
ByteString
putByteString :: ByteString -> BitPut () Source #
Put a ByteString
.