DcmInputFileStreamFactory Class Reference

input stream factory for plain files More...

Inheritance diagram for DcmInputFileStreamFactory:

DcmInputStreamFactory List of all members.

Public Member Functions

 DcmInputFileStreamFactory (const char *filename, offile_off_t offset)
 constructor
 DcmInputFileStreamFactory (const DcmInputFileStreamFactory &arg)
 copy constructor
virtual ~DcmInputFileStreamFactory ()
 destructor
virtual DcmInputStreamcreate () const
 create a new input stream object
virtual DcmInputStreamFactoryclone () const
 returns a pointer to a copy of this object

Private Member Functions

DcmInputFileStreamFactoryoperator= (const DcmInputFileStreamFactory &)
 private unimplemented copy assignment operator

Private Attributes

OFString filename_
 filename
offile_off_t offset_
 offset in file

Detailed Description

input stream factory for plain files

Definition at line 117 of file dcistrmf.h.


Constructor & Destructor Documentation

DcmInputFileStreamFactory::DcmInputFileStreamFactory ( const char *  filename,
offile_off_t  offset 
)

constructor

Parameters:
filename name of file to be opened, must not be NULL or empty
offset byte offset to skip from the start of file

Referenced by clone().


Member Function Documentation

virtual DcmInputStream* DcmInputFileStreamFactory::create (  )  const [virtual]

create a new input stream object

Returns:
pointer to new input stream object

Implements DcmInputStreamFactory.


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


Generated on 6 Jan 2011 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.5.1