Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
An input stream wrapper. More...
#include <mitkAbstractFileReader.h>
Public Member Functions | |
InputStream (IFileReader *writer, std::ios_base::openmode mode=std::ios_base::in) | |
~InputStream () | |
An input stream wrapper.
If a reader can only work with input streams, use an instance of this class to either wrap the specified input stream or create a new input stream based on the input location in the file system.
Definition at line 117 of file mitkAbstractFileReader.h.
mitk::AbstractFileReader::InputStream::InputStream | ( | IFileReader * | writer, |
std::ios_base::openmode | mode = std::ios_base::in |
||
) |
Definition at line 35 of file mitkAbstractFileReader.cpp.
References mitk::IFileReader::GetInputLocation(), and mitk::IFileReader::GetInputStream().
mitk::AbstractFileReader::InputStream::~InputStream | ( | ) |
Definition at line 50 of file mitkAbstractFileReader.cpp.