|
| DcmInputFileStreamFactory (const OFFilename &filename, offile_off_t offset) |
| constructor
|
|
| DcmInputFileStreamFactory (const DcmInputFileStreamFactory &arg) |
| copy constructor
|
|
virtual | ~DcmInputFileStreamFactory () |
| destructor
|
|
virtual DcmInputStream * | create () const |
| create a new input stream object
|
|
virtual DcmInputStreamFactory * | clone () const |
| returns a pointer to a copy of this object
|
|
virtual DcmInputStreamFactoryType | ident () const |
| returns an enum describing the class to which this instance belongs
|
|
virtual OFFilename const & | getFilename () const |
| returns name of the file
|
|
virtual offile_off_t | getOffset () const |
| returns offset of the data in the file
|
|
virtual | ~DcmInputStreamFactory () |
| destructor
|
|
virtual DcmInputStream * | create () const =0 |
| create a new input stream object
|
|
virtual DcmInputStreamFactory * | clone () const =0 |
| returns a pointer to a copy of this object
|
|
virtual DcmInputStreamFactoryType | ident () const =0 |
| returns an enum describing the class to which this instance belongs
|
|
input stream factory for plain files