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

Safe HaskellNone

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