Data.Binary.Put

The Put type

type Put

data PutM a

runPut

runPutM

putBuilder

execPut

Flushing the implicit parse state

flush

Primitives

putWord8

putInt8

putByteString

putLazyByteString

putShortByteString

Big-endian primitives

putWord16be

putWord32be

putWord64be

putInt16be

putInt32be

putInt64be

Little-endian primitives

putWord16le

putWord32le

putWord64le

putInt16le

putInt32le

putInt64le

Host-endian, unaligned writes

putWordhost

putWord16host

putWord32host

putWord64host

putInthost

putInt16host

putInt32host

putInt64host

Unicode

putCharUtf8

putStringUtf8