Ice 3.9
C++ API Reference
Loading...
Searching...
No Matches

◆ OutputStream() [1/5]

Ice::OutputStream::OutputStream ( EncodingVersion encoding = Encoding_1_1,
FormatType format = FormatType::CompactFormat,
StringConverterPtr stringConverter = nullptr,
WstringConverterPtr wstringConverter = nullptr )

Constructs an OutputStream.

Parameters
encodingThe encoding version to use.
formatThe class format to use.
stringConverterThe narrow string converter to use. nullptr means do not perform any conversion.
wstringConverterThe wide string converter to use. nullptr is equivalent to the process wstring converter.