JAVA/CORBA CLASSES


IsReadOnly property
Example

Indicates that the stream is associated with a read-only file.

Defined in

Stream

Data type

boolean

Syntax

public boolean isReadOnly()
   throws NotesException

Legal values


Usage

This property is true if the stream is opened to a read-only file. Otherwise it is false.

Write operations on a read-only file throw an exception.

Language cross-reference

IsReadOnly property in LotusScript NotesStream class

Example