| 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 |
|---|---|
void |
ByteString.copyTo(IBinaryWriteable stream)
Same as
ByteString.copyTo(ByteArrayOutputStream), but for IBinaryWriteable, but needs
handling of IOException. |
void |
ByteString.copyTo(IBinaryWriteable stream,
int offset,
int length)
Same as
ByteString.copyTo(ByteArrayOutputStream, int, int), but for IBinaryWriteable, but
needs handling of IOException. |
| Modifier and Type | Method and Description |
|---|---|
IBinaryWriteable |
BinaryEncoder.getOutput()
Returns the output being written.
|
IBinaryWriteable |
BinaryEncoder.getWriteable()
Returns the output being written.
|
| Constructor and Description |
|---|
BinaryEncoder(EncoderContext encoderContext,
IBinaryWriteable out)
Creates
BinaryEncoder with the given EncoderContext that writes to the given
stream. |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteBufferArrayWriteable
ByteBufferArrayWriteable class.
|
class |
ByteBufferArrayWriteable2
Sends events when chunks are complete.
|
class |
ByteBufferWriteable
IWriteable implementation with ByteBuffer as backend.
|
class |
LittleEndianOutputStreamWriteable
Similar to
OutputStreamWriteable, but only supports ByteOrder.LITTLE_ENDIAN. |
class |
OutputStreamWriteable
Output stream writer.
|
Copyright © 2026. All rights reserved.