Documentation for this section has not yet been entered.
Type Reason Java.IO.EOFException if the end of this file is detected. Java.IO.IOException if this file is closed or another I/O error occurs. Java.IO.UTFDataFormatException if the bytes read cannot be decoded into a character string.
Reads a string that is encoded in Java.IO.IDataInput from this file. The number of bytes that must be read for the complete string is determined by the first two bytes read from the file. Blocks until all required bytes have been read, the end of the file is reached or an exception is thrown.