| Package | Description |
|---|---|
| com.prosysopc.ua.stack.encoding.binary |
The implementation of binary serialization
|
| com.prosysopc.ua.stack.utils.bytebuffer |
A byte buffer implementation
|
| Modifier and Type | Method and Description |
|---|---|
IBinaryReadable |
BinaryDecoder.getReadable()
getReadable.
|
| Constructor and Description |
|---|
BinaryDecoder(EncoderContext encoderContext,
IBinaryReadable in)
Constructor for BinaryDecoder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteBufferArrayReadable
IBinaryReadable implementation that uses an array of ByteBuffers. |
class |
ByteBufferReadable
ByteBufferReadable class.
|
class |
InputStreamReadable
Input stream reader.
|
class |
LittleEndianInputStreamReadable
Similar to
InputStreamReadable, but only supports ByteOrder.LITTLE_ENDIAN. |
Copyright © 2026. All rights reserved.