| scclib
    Stable Cloud Computing C++ Library | 
Interface class for objects which can be written. More...
#include <iobase.h>

| Public Member Functions | |
| virtual size_t | write (const void *, size_t)=0 | 
| Write interface.  More... | |
Interface class for objects which can be written.
| 
 | pure virtual | 
Write interface.
Write a block of data to a maximum. Return number of bytes written.
Implemented in scc::util::RwLoopBuffer, scc::util::FlowThroughPipelineWriter, scc::net::TcpSocket, scc::crypto::HashWriter, scc::util::WriteTimer, and scc::util::WriteCounter.