LOTUSSCRIPT/COM/OLE CLASSES


Write method
Example

Writes bytes to a stream.

Defined in

NotesStream

Syntax

bytes& = notesStream.Write( buffer )

Parameters

buffer


Return value

bytes&


Usage

This method appends the bytes to the end of the stream.

This method raises an error if the stream is read-only. See IsReadOnly.

When a stream is written, property values are:


Language cross-reference

write method in Java Stream class

Example