File.fileReadLine()

Signature

String fileReadLine (Object fileReader)

Domain

ACTION

Description

Reads the next line of text from the specified file.

Parameters

NameTypeDescription
fileReaderObjectThe file whose text line is to be read.

Returns

TypeDescription
StringReturns the next line of text from the file; or null if EOF is immediately encountered.

Cautions

none