IsEOS (Stream - Java)
Read-only. Indicates whether the selected position is at the end of the stream.
Defined in
Data type
boolean
Syntax
public boolean isEOS()
throws NotesException
Legal values
- true indicates end of stream
- false indicates not end of stream
Usage
This property is true in the following cases:
Language cross-reference
IsEOS property in LotusScript® NotesStream class