#include <Teuchos_FileInputStream.hpp>
Inheritance diagram for Teuchos::FileInputStream:

Public Member Functions | |
| FileInputStream (const 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. | |
Definition at line 48 of file Teuchos_FileInputStream.hpp.
|
|
Construct with a filename.
Definition at line 34 of file Teuchos_FileInputStream.cpp. |
|
|
Destructor.
Definition at line 55 of file Teuchos_FileInputStream.hpp. |
|
||||||||||||
|
Read up to maxToRead bytes.
Implements Teuchos::XMLInputStream. Definition at line 43 of file Teuchos_FileInputStream.cpp. |
1.3.9.1