JAVA/CORBA CLASSES


readText method
Example

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

int constant Return value

String


Usage

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