Data.Serialize.Get
The Get type
data
Get
a
runGet
runGetState
Parsing
isolate
label
skip
uncheckedSkip
lookAhead
lookAheadM
lookAheadE
uncheckedLookAhead
Utility
getBytes
remaining
isEmpty
Parsing particular types
getWord8
ByteStrings
getByteString
getLazyByteString
Big-endian reads
getWord16be
getWord32be
getWord64be
Little-endian reads
getWord16le
getWord32le
getWord64le
Host-endian, unaligned reads
getWordhost
getWord16host
getWord32host
getWord64host
Containers
getTwoOf
getListOf
getIArrayOf
getTreeOf
getSeqOf
getMapOf
getIntMapOf
getSetOf
getIntSetOf
getMaybeOf
getEitherOf