String fileReadLine (Object fileReader)String fileReadLine (Object fileReader)| Name | Type | Description |
|---|---|---|
fileReader | Object | The file whose text line is to be read. |
| Type | Description |
|---|---|
String | Returns the next line of text from the file; or null if EOF is immediately encountered. |