|
Teuchos - Trilinos Tools Package
Version of the Day
|
Instantiation of XMLInputStream class for reading an entire document from a file. More...
#include <Teuchos_FileInputStream.hpp>
Public Member Functions | |
| FileInputStream (const std::string &filename) | |
| Construct with a filename. | |
| virtual | ~FileInputStream () |
| Destructor. | |
| virtual unsigned int | readBytes (unsigned char *const toFill, const unsigned int maxToRead) |
| Read up to maxToRead bytes. | |
Instantiation of XMLInputStream class for reading an entire document from a file.
Definition at line 61 of file Teuchos_FileInputStream.hpp.
| FileInputStream::FileInputStream | ( | const std::string & | filename | ) |
Construct with a filename.
Definition at line 47 of file Teuchos_FileInputStream.cpp.
| virtual Teuchos::FileInputStream::~FileInputStream | ( | ) | [inline, virtual] |
Destructor.
Definition at line 68 of file Teuchos_FileInputStream.hpp.
| unsigned int FileInputStream::readBytes | ( | unsigned char *const | toFill, |
| const unsigned int | maxToRead | ||
| ) | [virtual] |
Read up to maxToRead bytes.
Implements Teuchos::XMLInputStream.
Definition at line 56 of file Teuchos_FileInputStream.cpp.
1.7.6.1