Length property (MemoryOutputStream)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- 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 theData 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