|
|
|
|
|
| Description |
| Random and Binary IO with generic Iteratees.
|
|
| Synopsis |
|
|
|
|
| File enumerators
|
|
| Handle-based enumerators
|
|
|
| The enumerator of a file Handle. This version enumerates
over the entire contents of a file, in order, unless stopped by
the iteratee. In particular, seeking is not supported.
|
|
|
| The enumerator of a Handle: a variation of enumHandle that
supports RandomIO (seek requests)
|
|
| FileDescriptor based enumerators
|
|
|
| The enumerator of a POSIX File Descriptor. This version enumerates
over the entire contents of a file, in order, unless stopped by
the iteratee. In particular, seeking is not supported.
|
|
|
| The enumerator of a POSIX File Descriptor: a variation of enumFd that
supports RandomIO (seek requests)
|
|
| Iteratee drivers
|
|
|
| Process a file using the given IterateeG. This function wraps
enumFd as a convenience.
|
|
|
| Process a file using the given IterateeG. This function wraps
enumFdRandom as a convenience.
|
|
| Produced by Haddock version 2.6.0 |