[Haskell] lazy file reader

Neil Mitchell ndmitchell at gmail.com
Thu Feb 16 13:08:27 EST 2006


Hi,

> I will have to deal with situations where I only want to read the end of
> the image.

Try:

hOpen, hSeek, then probably hGetBuf

http://haskell.org/ghc/docs/latest/html/libraries/base/System-IO.html#t%3ASeekMode

Thanks

Neil


More information about the Haskell mailing list