Inheritance diagram for DcmInputFileStream:
Public Member Functions | |
DcmInputFileStream (const char *filename, Uint32 offset=0) | |
constructor | |
virtual | ~DcmInputFileStream () |
destructor | |
virtual DcmInputStreamFactory * | newFactory () const |
creates a new factory object for the current stream and stream position. | |
Private Member Functions | |
DcmInputFileStream (const DcmInputFileStream &) | |
private unimplemented copy constructor | |
DcmInputFileStream & | operator= (const DcmInputFileStream &) |
private unimplemented copy assignment operator | |
Private Attributes | |
DcmFileProducer | producer_ |
the final producer of the filter chain | |
OFString | filename_ |
filename |
Definition at line 170 of file dcistrmf.h.
|
constructor
|
|
creates a new factory object for the current stream and stream position. When activated, the factory will be able to create new DcmInputStream delivering the same data as the current stream. Used to defer loading of value fields until accessed. If no factory object can be created (e.g. because the stream is not seekable), returns NULL.
Implements DcmInputStream. |