ObjectInputStream.readLine
ObjectInputStream.readLine
Class Overview
|
Class Members
|
This Package
|
All Packages
Syntax
public
String
readLine() throws
IOException
Returns
a String copy of the line.
Description
Reads in a line that has been terminated by a \n, \r, \r\n or EOF.