Public Member Functions | |
PlainByteStream (int fd, IncomingValueFactoryInterface &value_factory) | |
bool | Read (void *buf, size_t n) |
bool | Write (const void *buf, size_t n) |
IncomingValueInterface * | ReadValue (size_t n) |
bool | WriteValue (const OutgoingValueInterface &value, int *err) |
Definition at line 41 of file byte_stream.h.