.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


write method
Example

Associates a file with a stream.

Defined in

Stream

Syntax

public int write(byte[] buffer)
   throws NotesException

Parameters

byte[] buffer


Return value

int


Usage

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:


Language cross-reference

Write method in LotusScript NotesStream class

Example