| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
input stream factory for plain files More...
 Inheritance diagram for DcmInputFileStreamFactory:
 Inheritance diagram for DcmInputFileStreamFactory:| Public Member Functions | |
| 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 | |
|  Public Member Functions inherited from DcmInputStreamFactory | |
| virtual | ~DcmInputStreamFactory () | 
| destructor | |
| Private Member Functions | |
| DcmInputFileStreamFactory & | operator= (const DcmInputFileStreamFactory &) | 
| private unimplemented copy assignment operator | |
| Private Attributes | |
| OFFilename | filename_ | 
| filename | |
| offile_off_t | offset_ | 
| offset in file | |
input stream factory for plain files
| DcmInputFileStreamFactory::DcmInputFileStreamFactory | ( | const OFFilename & | filename, | 
| offile_off_t | offset ) | 
constructor
| filename | name of file to be opened (may contain wide chars if support enabled) | 
| offset | byte offset to skip from the start of file | 
Referenced by DcmInputFileStreamFactory(), clone(), and operator=().
| DcmInputFileStreamFactory::DcmInputFileStreamFactory | ( | const DcmInputFileStreamFactory & | arg | ) | 
| 
 | virtual | 
create a new input stream object
Implements DcmInputStreamFactory.
| 
 | inlinevirtual | 
| 
 | inlinevirtual | 
| 
 | inlinevirtual | 
returns an enum describing the class to which this instance belongs
Implements DcmInputStreamFactory.