#include <vil_dicom_stream.h>
Definition at line 11 of file vil_dicom_stream.h.
Public Member Functions | |
| vil_dicom_stream_producer (vil_stream *vs) | |
| virtual | ~vil_dicom_stream_producer () |
| virtual OFBool | good () const |
| virtual OFCondition | status () const |
| virtual OFBool | eos () const |
| virtual Uint32 | avail () const |
| virtual Uint32 | read (void *buf, Uint32 buflen) |
| virtual Uint32 | skip (Uint32 skiplen) |
| virtual void | putback (Uint32 num) |
Private Attributes | |
| vil_stream * | vs_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 28 of file vil_dicom_stream.h. |
1.4.4