JAVA/CORBA クラス


readText メソッド

ストリームからテキスト行を読み込みます。

定義位置

Stream

構文

public String readText()
   throws NotesException

public String readText(int constant)
   throws NotesException

public String readText(int constant, int constant)
   throws NotesException

パラメータ

int constant

int constant 戻り値

String 型


使用法

このメソッドは、getPosition で開始され、行終端文字を含む行の最後、またはストリームの終わりまでテキストを読み込みます。

クロスリファレンス

LotusScript NotesStream クラスの ReadText メソッド