Package java.io
Class DataInputStream

Public Method readLine

final String readLine()

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Reads the next line of text from the input stream, converting each byte into a character until a line terminator or end of file is encountered. If nothing could be read null is returned.