| DCMTK Version 3.6.9
    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 Destructor. | |
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().