|
DCMTK
Version 3.6.1 20120515
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 | |
| virtual | ~DcmEncoderOutputStream () |
| Virtual Desctructor. | |
abstract class that defines an interface through which encoder classes (such as DcmRLEEncoder) may export their encoded data
| virtual void DcmEncoderOutputStream::write | ( | const unsigned char * | buf, |
| size_t | bufsize | ||
| ) | [pure virtual] |
write the given buffer into the output stream
| buf | pointer to buffer |
| bufsize | number of bytes in buffer |