scclib
Stable Cloud Computing C++ Library
|
Helper class to hash an incoming stream. More...
#include <hash.h>
Public Member Functions | |
HashReader (scc::util::Reader &rd, Hash &chk) | |
virtual size_t | read (void *loc, size_t len) |
Read interface. More... | |
Helper class to hash an incoming stream.
|
inlinevirtual |
Read interface.
Read a block of data to a maximum. Return number of bytes read.
Implements scc::util::Reader.