Length property (MemoryOutputStream)

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