void Ice::OutputStream::write | ( | const std::string * | begin, |
const std::string * | end, | ||
bool | convert = true ) |
Writes a string sequence to the stream.
begin | The beginning of the sequence. |
end | The end of the sequence. |
convert | true to process the strings through the narrow string converter (if not null), false to write the strings as-is. |