Package java.io
Class DataInputStream
final String readUTF()
Throws:
final static String readUTF(DataInput in)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
readUTF() method:
Reads a Unicode character from the underlying stream encoded with UTF-8 and retuns it as a string.
readUTF(DataInput in) method:
Reads a Unicode character from the input stream in encoded with UTF-8. The character is returned as a string.