Inheritance diagram for DcmOutputBufferStream:
Public Member Functions | |
DcmOutputBufferStream (void *buf, Uint32 bufLen) | |
constructor | |
virtual | ~DcmOutputBufferStream () |
destructor | |
virtual void | flushBuffer (void *&buffer, Uint32 &length) |
retrieves and flushes the underlying buffer. | |
Private Member Functions | |
DcmOutputBufferStream (const DcmOutputBufferStream &) | |
private unimplemented copy constructor | |
DcmOutputBufferStream & | operator= (const DcmOutputBufferStream &) |
private unimplemented copy assignment operator | |
Private Attributes | |
DcmBufferConsumer | consumer_ |
the final consumer of the filter chain |
Definition at line 134 of file dcostrmb.h.
|
constructor
|
|
retrieves and flushes the underlying buffer. After return of this method, the buffer is considered to have been flushed (copied, stored) by the caller and is reused by the next write operation.
|