IsEOS (Stream - Java)

Read-only. Indicates whether the selected position is at the end of the stream.

Defined in

Stream

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:

Example