Data.Binary.Builder

The Builder type

data Builder

toLazyByteString

Constructing Builders

empty

singleton

append

fromByteString

fromLazyByteString

fromShortByteString

Flushing the buffer state

flush

Derived Builders

Big-endian writes

putWord16be

putWord32be

putWord64be

putInt16be

putInt32be

putInt64be

Little-endian writes

putWord16le

putWord32le

putWord64le

putInt16le

putInt32le

putInt64le

Host-endian, unaligned writes

putWordhost

putWord16host

putWord32host

putWord64host

putInthost

putInt16host

putInt32host

putInt64host

Unicode

putCharUtf8

putStringUtf8