ProteoWizard
|
ostream filter for calculating a SHA-1 hash of data on the fly More...
#include <SHA1_ostream.hpp>
Public Member Functions | |
SHA1_ostream (std::ostream &os, int bufferSize=4096) | |
std::string | hash () |
void | explicitFlush () |
Private Attributes | |
std::ostream & | os_ |
SHA1Filter | filter_ |
ostream filter for calculating a SHA-1 hash of data on the fly
Definition at line 87 of file SHA1_ostream.hpp.
|
inline |
|
inline |
Definition at line 98 of file SHA1_ostream.hpp.
References filter_, and pwiz::util::SHA1Filter::hash().
Referenced by test().
|
inline |
Definition at line 100 of file SHA1_ostream.hpp.
References os_.
Referenced by test().
|
private |
Definition at line 108 of file SHA1_ostream.hpp.
Referenced by explicitFlush().
|
private |
Definition at line 109 of file SHA1_ostream.hpp.
Referenced by hash(), and SHA1_ostream().