Binary processing extensions to Attoparsec.
- anyWord16be :: Parser Word16
- anyWord16le :: Parser Word16
- anyWord32be :: Parser Word32
- anyWord32le :: Parser Word32
- anyWord64be :: Parser Word64
- anyWord64le :: Parser Word64
- word16be :: Word16 -> Parser Word16
- word16le :: Word16 -> Parser Word16
- word32be :: Word32 -> Parser Word32
- word32le :: Word32 -> Parser Word32
- word64be :: Word64 -> Parser Word64
- word64le :: Word64 -> Parser Word64
Documentation
anyWord16be :: Parser Word16Source
Match any 16-bit big-endian word.
anyWord16le :: Parser Word16Source
Match any 16-bit little-endian word.
anyWord32be :: Parser Word32Source
Match any 32-bit big-endian word.
anyWord32le :: Parser Word32Source
Match any 32-bit little-endian word.
anyWord64be :: Parser Word64Source
Match any 64-bit big-endian word.
anyWord64le :: Parser Word64Source
Match any 64-bit little-endian word.