| Package | Description |
|---|---|
| com.prosysopc.ua.stack.utils |
Utility classes
|
| Modifier and Type | Method and Description |
|---|---|
void |
LimitedByteArrayOutputStream.write(byte[] bytes) |
void |
LimitedByteArrayOutputStream.write(byte[] bytes,
int off,
int len) |
void |
LimitedByteArrayOutputStream.write(int b)
Behaves same as
ByteArrayOutputStream.write(int), but if the size of the underlying
stream is at limit, will throw EncodingLimitsExceededIoException instead |
Copyright © 2026. All rights reserved.