| Package | Description |
|---|---|
| com.prosysopc.ua.stack.builtintypes |
OPC UA Part 6 defines 25 builtin types.
|
| 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 |
|---|---|
static ByteString |
ByteString.from(IBinaryReadable stream,
int length)
Reads given length number of bytes from the given stream and returns
ByteString whose
value will match the read bytes. |
| 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.