DataInput.readLine

DataInput.readLine

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract String readLine() throws IOException
Returns
if this stream reaches the end before reading all the bytes.
Description
Reads the next line of text from the input stream.

Exceptions
IOException if an I/O error occurs.