void Ice::InputStream::read | ( | const char *& | vdata, |
size_t & | vsize, | ||
bool | convert = true ) |
Reads a string from the stream.
[out] | vdata | A pointer to the beginning of the string. |
[out] | vsize | The number of bytes in the string. |
convert | true to process the unmarshaled string through the string converter (if installed on the communicator), false otherwise. |