#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. |
Definition at line 48 of file Teuchos_FileInputStream.hpp.
FileInputStream::FileInputStream | ( | const std::string & | filename | ) |
virtual Teuchos::FileInputStream::~FileInputStream | ( | ) | [inline, virtual] |
unsigned int FileInputStream::readBytes | ( | unsigned char *const | toFill, | |
const unsigned int | maxToRead | |||
) | [virtual] |
Read up to maxToRead bytes.
Implements Teuchos::XMLInputStream.
Definition at line 43 of file Teuchos_FileInputStream.cpp.