A block-oriented I/O driver for Haskell

Latest Release:blockio-2006-02-03.tar.gz
Darcs:darcs get http://cryp.to/blockio/
Depends on:http://cryp.to/child/

Synopsis

This library provides a generic driver for applications that want to do I/O real fast. The driver does all the tedious things involved in block-oriented I/O (like buffer management), and uses a "callback function" to process the data it has read. The idea is that all you have to write is a BlockHandler, which does no I/O at all but just processes the data as it comes in.

Documentation

Reference Documentation
Haddock-generated reference of all exported functions.

Copyleft

Copyright (c) 2005 Peter Simons <simons@cryp.to>.

Copying and distribution of this package, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.


[Homepage]