Public Member Functions | |
virtual bool | Read (void *buf, size_t n)=0 |
virtual bool | Write (const void *buf, size_t n)=0 |
virtual IncomingValueInterface * | ReadValue (size_t n)=0 |
virtual bool | WriteValue (const OutgoingValueInterface &value, int *err)=0 |
Definition at line 32 of file byte_stream.h.