VMS Help
CXXL, iostream_package, filebuf

 *Conan The Librarian

  This class specializes the streambuf class to use a file as a
  repository of characters. Writing to the file consumes characters;
  reading from the file produces characters. Files that allow searches
  are said to be seekable. When a file is readable and writable, the
  filebuf object permits character insertion and extraction.

  Header:

 	#include <fstream.hxx>
  Close     Help