Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::AbstractFileReader::InputStream Class Reference

An input stream wrapper. More...

#include <mitkAbstractFileReader.h>

Inheritance diagram for mitk::AbstractFileReader::InputStream:
Collaboration diagram for mitk::AbstractFileReader::InputStream:

Public Member Functions

 InputStream (IFileReader *writer, std::ios_base::openmode mode=std::ios_base::in)
 
 ~InputStream ()
 

Detailed Description

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.

Constructor & Destructor Documentation

mitk::AbstractFileReader::InputStream::InputStream ( IFileReader writer,
std::ios_base::openmode  mode = std::ios_base::in 
)
mitk::AbstractFileReader::InputStream::~InputStream ( )

Definition at line 50 of file mitkAbstractFileReader.cpp.


The documentation for this class was generated from the following files: