Virgil Security Crypto library
2.6.3
|
C++ stream implementation of the VirgilDataSink class. More...
#include <VirgilStreamDataSink.h>
Public Member Functions | |
VirgilStreamDataSink (std::ostream &out) | |
Creates data sink based on std::ostream object. | |
virtual | ~VirgilStreamDataSink () noexcept |
Polymorphic destructor. | |
virtual bool | isGood () |
Overriding of VirgilDataSink::isGood() method. | |
virtual void | write (const virgil::crypto::VirgilByteArray &data) |
Overriding of VirgilDataSink::write() method. | |
Additional Inherited Members | |
Static Public Member Functions inherited from virgil::crypto::VirgilDataSink | |
static void | safeWrite (VirgilDataSink &sink, const VirgilByteArray &data) |
Write data to the sink in a safe way. More... | |
C++ stream implementation of the VirgilDataSink class.