Monadic Iteratees: incremental input parsers, processors and transformers
Support for IO enumerators
- class Storable el => ReadableChunk s el | s -> el where
- readFromPtr :: MonadIO m => Ptr el -> Int -> m s
Documentation
class Storable el => ReadableChunk s el | s -> el whereSource
Class of streams which can be filled from a Ptr
. Typically these
are streams which can be read from a file, Handle
, or similar resource.