zorba::base64::stream#include <zorba/util/base64_stream.h> A base64::stream is used to wrap a C++ standard I/O stream with a base64::streambuf so that encoding/decoding and the management of the streambuf happens automatically. A base64::stream is useful for streams created by you.Parameters
Public Functions
Private Functions
Private AttributesPublic Functionsstream stream() Constructs a base64::stream.
stream stream(StreamArgType stream_arg) Constructs a stream.
Parameters
Parameters
stream stream(StreamArgType stream_arg, std::ios_base::openmode mode) Constructs a base64::stream.
Parameters
Parameters
Private Functionsinitvoid init()
|