|
DCMTK
Version 3.6.1 20170228
OFFIS DICOM Toolkit
|
abstract class that defines an interface through which encoder classes (such as DcmRLEEncoder) may export their encoded data More...
Public Member Functions | |
| virtual void | write (const unsigned char *buf, size_t bufsize)=0 |
| write the given buffer into the output stream More... | |
| virtual | ~DcmEncoderOutputStream () |
| Virtual Desctructor. | |
abstract class that defines an interface through which encoder classes (such as DcmRLEEncoder) may export their encoded data
|
pure virtual |
write the given buffer into the output stream
| buf | pointer to buffer |
| bufsize | number of bytes in buffer |
Referenced by DcmRLEEncoder::write().