Rattletrap.BitGet
type BitGet = Get BitString Identity Source #
toByteGet :: BitGet a -> ByteGet a Source #
fromByteGet :: ByteGet a -> Int -> BitGet a Source #
bits :: Bits a => Int -> BitGet a Source #
bool :: BitGet Bool Source #
byteString :: Int -> BitGet ByteString Source #
throw :: Exception e => e -> BitGet a Source #
label :: String -> BitGet a -> BitGet a Source #