New memory stream classes
- Last Updated: February 9, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
OpenEdge Release 12.0 is enhanced to include two new memory stream classes,
Progress.IO.MemoryOutputStream and
Progress.IO.MemoryInputStream, plus a new enumeration class that
supports the MemoryOutputStream object's ByteOrder property.
Apart from providing memory stream capability, these new classes also help to encapsulate the MEMPTR data type, which makes it easier to perform MEMPTR operations.
For more information, see Progress.IO.MemoryOutputStream class and Progress.IO.MemoryInputStream class.