LOTUSSCRIPT/COM/OLE CLASSES
Read-only. The size of the stream in bytes.
Defined in
NotesStream
Data type
Long
Syntax
To get: bytes& = notesStream.Bytes
Usage
This property is 0 for a new stream.
Open sets this property to:
The size excludes any detected Unicode signatures or byte order marks.
Language cross-reference
Bytes property in Java Stream class
Example