JAVA/CORBA CLASSES
Reads text lines from a stream.
Defined in
Stream
Syntax
public String readText() throws NotesException
public String readText(int constant) throws NotesException
public String readText(int constant, int constant) throws NotesException
Parameters
int constant
String
This method starts at getPosition and reads text until end of line, including the end-of-line character, or end of stream.
Language cross-reference
ReadText method in LotusScript NotesStream class
Example