DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
input stream factory for plain files More...
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 | |
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 |
virtual DcmInputStream* DcmInputFileStreamFactory::create | ( | ) | const [virtual] |
create a new input stream object
Implements DcmInputStreamFactory.