Data.Binary.Get

The Get type

data Get a

runGet

runGetState

Parsing

skip

uncheckedSkip

lookAhead

lookAheadM

lookAheadE

uncheckedLookAhead

Utility

bytesRead

getBytes

remaining

isEmpty

Parsing particular types

getWord8

ByteStrings

getByteString

getLazyByteString

getLazyByteStringNul

getRemainingLazyByteString

Big-endian reads

getWord16be

getWord32be

getWord64be

Little-endian reads

getWord16le

getWord32le

getWord64le

Host-endian, unaligned reads

getWordhost

getWord16host

getWord32host

getWord64host