39 #include "blocxx/BLOCXX_config.h"
IFileStream * close()
If isOpen() == false, returns a null pointer.
~IFileStream()
Calls close().
The purpose of this class is to provide an alternative implementation of std::ifstream that is based ...
IFileStream * open(FILE *fp)
If isOpen() == true, returns 0, otherwise initializes the IFileStream to use fp.
PURPOSE: The AutoResource class template is an analog of std::auto_ptr for managing arbitrary resourc...
FileBuf * open(FILE *fp)
If isOpen() == true, returns 0, otherwise initializes the FileBuf to use fp.
IFileStream()
Constructor.
FileBuf * close()
If isOpen() == false, returns a null pointer.
The purpose of this class is to provide an alternative implementation of std::filebuf that is based o...