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

  1. filebuf is the stream buffer class for files.
  2. filebuf is derived from streambuf.  It implements a stream buffer
  3. that is attached to an ultimate producer or consumer that is a
  4. file.  If this file allows seek operations, filebuf allows you to
  5. use its facilities to perform these operations.
  6.