Network.Tox.SaveData.Util
getList :: (Binary a, Show a) => Get [a] Source #
Consumes the entire stream and parses some Binary out of it in a loop.
getSectionHeader :: Word16 -> Get (Int, Word16) Source #
putSectionHeader :: Word16 -> Word32 -> Word16 -> Put Source #