Medical Imaging Interaction Toolkit
2024.06.00
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 () override | |
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 109 of file mitkAbstractFileReader.h.
mitk::AbstractFileReader::InputStream::InputStream | ( | IFileReader * | writer, |
std::ios_base::openmode | mode = std::ios_base::in |
||
) |
|
override |