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

◆ write() [3/17]

void Ice::OutputStream::write ( const char * vdata,
size_t vsize,
bool convert = true )
inline

Writes a string to the stream.

Parameters
vdataThe string to marshal.
vsizeThe size of the string.
converttrue to process vdata through the narrow string converter (if not null), false to write vdata as-is.

Definition at line 562 of file OutputStream.h.