home *** CD-ROM | disk | FTP | other *** search
- streambuf is the base class for the stream buffer classes.
- The I/O Stream Library implements stream buffers with the
- streambuf class. You can use streambuf as a base class for
- specialized stream buffer classes. The I/O Stream Library
- contains three predefined classes that are derived from streambuf
- and modify the library for specific kinds of ultimate consumers
- and producers: filebuf, strstreambuf, and stdiobuf.
-