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

  1. An ultimate consumer is the device, file, or array of bytes in
  2. memory that is the final destination of data that is put into a
  3. stream.  For example, an output stream could have a file as its
  4. ultimate consumer, in which case all of the data that is put in
  5. this stream is written to the file.
  6.