void Ice::InputStream::read | ( | std::string & | v, |
bool | convert = true ) |
Reads a string from the stream.
[out] | v | The unmarshaled string. |
convert | true to process the unmarshaled string through the string converter (if installed on the communicator), false otherwise. |