JAVA/CORBA CLASSES
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
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