]> mj.ucw.cz Git - libucw.git/blob - ucw/doc/fastbuf.txt
71e9dc07dd1418cc9ef123cf29562f30d593acbe
[libucw.git] / ucw / doc / fastbuf.txt
1 Fastbufs
2 ========
3
4 Fastbufs are stream and file abstractions. They work with normal
5 files, network sockets, memory buffers or just any file descriptor. It
6 should be easy to implement other types by providing functions to
7 refill and read the buffer.
8
9 Apart from abstraction, they are very fast.
10
11 ucw/fastbuf.h
12 -------------
13
14 !!ucw/fastbuf.h