ByteOrder property
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
An internal indicator designating the byte-order of a MemoryOutputStream
object’s Data property. By default, the ByteOrder value is set to PROGRESS.IO.ByteOrder:HostByteOrder. Other possible values are PROGRESS.IO.ByteOrder:LittleEndian and PROGRESS.IO.ByteOrder:BigEndian.
See Progress.IO.ByteOrder enumeration for more information about these values.
Data type: Progress.IO.ByteOrder
Access: PUBLIC Read-only
Applies to: Progress.IO.MemoryOutputStream class