|
OFFIS DCMTK
Version 3.6.0
|
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
Definition at line 45 of file dcrleenc.h.
|
pure virtual |
write the given buffer into the output stream
| buf | pointer to buffer |
| bufsize | number of bytes in buffer |
Referenced by DcmRLEEncoder::write().