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