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

  1. strstreambuf is the stream buffer class for arrays in memory.
  2. strstreambuf is derived from streambuf.  It implements a stream
  3. buffer that is attached to an ultimate consumer or producer that
  4. is an array of bytes in memory.
  5.