JAVA/CORBA CLASSES
Associates a file with a stream.
Defined in
Stream
Syntax
public int write(byte[] buffer) throws NotesException
Parameters
byte[] buffer
int
This method appends the bytes to the end of the stream.
This method throws an exception if the stream is read-only. See IsReadOnly.
When a stream is written, property values are:
Write method in LotusScript NotesStream class
Example