scclib
Stable Cloud Computing C++ Library
|
Interface class for objects which can be read. More...
#include <iobase.h>
Public Member Functions | |
virtual size_t | read (void *, size_t)=0 |
Read interface. More... | |
Interface class for objects which can be read.
|
pure virtual |
Read interface.
Read a block of data to a maximum. Return number of bytes read.
Implemented in scc::util::RwLoopBuffer, scc::util::FlowThroughPipelineReader, scc::net::TcpSocket, scc::crypto::HashReader, scc::util::ReadTimer, and scc::util::ReadCounter.