LOTUSSCRIPT/COM/OLE CLASSES


Bytes property
Example

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:


Write and WriteText increment this property by the number of bytes written to the stream.

The size excludes any detected Unicode signatures or byte order marks.

Language cross-reference

Bytes property in Java Stream class

Example