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