| Interface | Description |
|---|---|
| BinaryDataObject |
DataObject that supports creating binary messages. |
| DataReader |
Input interface for reading binary messages into data objects.
|
| DataWriter |
Output interface for creating binary messages out of data objects.
|
| Class | Description |
|---|---|
| BinaryUtil |
Utilities for binary value encoding.
|
| OctetDataReader |
DataReader that reconstructs values written with a OctetDataWriter. |
| OctetDataWriter |
DataWriter that encodes into a stream of octets (8 bit byte values). |
| Enum | Description |
|---|---|
| DataType |
Declaration of the content-type of an array value.
|
Copyright © 2021. All rights reserved.