zoom-cache-1.2.1.3: A streamable, seekable, zoomable cache file format

Safe HaskellSafe-Infered

Data.Iteratee.Offset

Contents

Synopsis

Documentation

Iteratee conversion

convOffset :: Monad m => Iteratee ByteString m a -> Iteratee (Offset ByteString) m aSource

Run a ByteString iteratee on an (Offset ByteString) input stream

ListLike