home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11232.TXT < prev    next >
Encoding:
Text File  |  1993-10-22  |  427 b   |  8 lines

  1. streambuf is the base class for the stream buffer classes.
  2. The I/O Stream Library implements stream buffers with the
  3. streambuf class.  You can use streambuf as a base class for
  4. specialized stream buffer classes.  The I/O Stream Library
  5. contains three predefined classes that are derived from streambuf
  6. and modify the library for specific kinds of ultimate consumers 
  7. and producers:  filebuf, strstreambuf, and stdiobuf.
  8.