NotesStream (LotusScript®)
Represents a stream of binary or character data.
Note: This class is new with Release 6.
Containment
Contained by: NotesSession
Properties
Methods
Creation and access
To create a NotesStream object, use the CreateStream method in NotesSession.
When a stream is created, property values are:
- Bytes is 0.
- Charset is Unicode.
- IsEOS is True.
- IsReadOnly is False.
- Position is 0.