hoogle
Hoogle.Store.ReadBuffer
data Buffer
newBuffer :: Handle -> IO Buffer
setPos :: Buffer -> Word32 -> IO ()
getPos :: Buffer -> IO Word32
getStorable :: forall a. Storable a => Buffer -> IO a
getByteString :: Buffer -> Int -> IO BString