Ice::OutputStream::OutputStream | ( | EncodingVersion | encoding = currentEncoding, |
FormatType | format = FormatType::CompactFormat, | ||
StringConverterPtr | stringConverter = nullptr, | ||
WstringConverterPtr | wstringConverter = nullptr ) |
Constructs an OutputStream.
encoding | The encoding version to use. |
format | The class format to use. |
stringConverter | The narrow string converter to use. |
wstringConverter | The wide string converter to use. |