.

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

LOTUSSCRIPT/COM/OLE CLASSES


NotesStream class
Example

Represents a stream of binary or character data.

Note This class is new with Release 6.

Containment

Contained by: NotesSession

Properties

Bytes

Charset

IsEOS

IsReadOnly

Parent

Position

Methods

Close

Open

Read

ReadText

Truncate

Write

WriteText

Creation and access

To create a NotesStream object, use the CreateStream method in NotesSession.

When a stream is created, property values are:


Example
See Also