]> mj.ucw.cz Git - libucw.git/blob - ucw/doc/fastbuf.txt
df803a084622f735088dac2d07bdf568eb74ffc1
[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 The main iclude file is +ucw/fastbuf.h+: +
12 !!ucw/fastbuf.h