ByteOrder property
- Last Updated: April 19, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- 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