| Derived From: | – |
| Mix-in Classes: | – |
| Declared In: | be/support/DataIO.h |
| Library: | libbe.so |
| Allocation: | – |
| Class Overview | |
virtual ssize_t Read(void* buffer,
size_t numBytes) = 0;
Read() is implemented by derived classes to copy
numBytes bytes of data
from the object to the buffer. It should return the number of bytes
actually read, which may be 0, or an error code if something goes wrong.