@hackage bytable0.1.0.0

data from/to ByteString

You can read data from ByteString.

some = do
    x <- take 4
    y <- take 8
    return (x :: Int, y :: Integer)