Length property (MemoryOutputStream)
- Last Updated: April 19, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The initial size of the
Data
property when the memory stream was initialized. If the number of bytes written is greater than the initial size of the
Data
property, then
Length
returns the number of bytes written. The value of
Length
will always be equivalent to
GET-SIZE( MemoryOutputStream:Data)
.
Data type: INT64
Access: PUBLIC Read-only
Applies to: Progress.IO.MemoryOutputStream class