Reference   Examples   Installation   Download
Name

readUTF()

Description Reads a String from data in UTF format. UTF is a string format that makes it easy to reconstruct a string from raw byte data. UTF also supports non-ASCII characters in a standard way. A String can be transmitted in UTF format by using writeUTF().
Syntax
client.readUTF()
Parameters
client   Client: any variable of type Client

Returns String