scclib
Stable Cloud Computing C++ Library
|
Helper class to hash an outgoing stream. More...
#include <hash.h>
Public Member Functions | |
HashWriter (scc::util::Writer &wr, Hash &chk) | |
virtual size_t | write (const void *loc, size_t len) |
Write interface. More... | |
virtual void | shutdown () |
Helper class to hash an outgoing stream.
|
inlinevirtual |
Write interface.
Write a block of data to a maximum. Return number of bytes written.
Implements scc::util::Writer.