Code Examples - Overview
(De)coding binary arrays
Storing binary coded arrays in a REXS file is described in the "Attribute structure" section.
Example array attribute in binary form | XML syntax
<attribute id="example_attribute_id" unit="mm">
<array code="float32"/>MveeQZ6hM0I=<array/>
</attribute>
- Java code examples: Decoding binary arrays, Encoding binary arrays
- Javascript code examples: Decoding binary arrays
Decoding binary matrices
Storing binary coded arrays in a REXS file is described in the "Attribute structure" section.
Example matrix attribute in binary form | XML-Syntax
<attribute ToDo!!!!!!!!!!!!!
</attribute>
- Javascript code examples: Decoding binary matrices