Feedback
Add typed integer accessors to MemoryBlock
- Status
- Fixed
- Fixed in
- v26.6.2
- Source discussion
- https://forum.objo.dev/d/275-memory-class-lacks-decoding-methods
- Last updated
- 2026-06-07
Public summary
MemoryBlock now supports native typed integer reads and writes so developers can decode and encode binary data without manually reconstructing multi-byte values. The existing MemoryBlock type has been extended with a LittleEndian property plus offset-based byte and signed integer accessors for 16-bit, 32-bit, and 64-bit values.