company logo

TextFile :: readLine - Get next line from file

The function returns the next line from a text file. The line is returned as string without terminating line characters (\n, \r). The function is supported for line processing and throws an exception when file processing mode is different from LineProcessing .

Return value:  String value ( odaba::String & )

Implementation details

odaba::String TextFile  :: readLine (  )