.

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


setContents method
Example

Copies java.io.InputStream or Reader contents to a stream.

Defined in

Stream

Syntax

public void setContents(java.io.InputStream stream)
   throws NotesException

public void setContents(java.io.Reader stream)
   throws NotesException

Usage

If the stream has content, the new content is appended.

When a stream is copied, property values are:


Example