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

◆ read() [1/5]

void Ice::InputStream::read ( const char *& vdata,
size_t & vsize,
bool convert = true )

Reads a string from the stream.

Parameters
[out]vdataA pointer to the beginning of the string.
[out]vsizeThe number of bytes in the string.
converttrue to process the unmarshaled string through the string converter (if installed on the communicator), false otherwise.