public static class PDU.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PDU.Builder |
bigByteEndian(boolean b) |
PDU.Builder |
bigWordEndian(boolean b) |
PDU.Builder |
buffer(byte[] buffer) |
PDU |
build() |
PDU.Builder |
capacity(int capacity) |
PDU.Builder |
offset(int offset) |
PDU.Builder |
size(int size) |
public PDU.Builder size(int size)
public PDU.Builder bigByteEndian(boolean b)
public PDU.Builder bigWordEndian(boolean b)
public PDU.Builder buffer(byte[] buffer)
public PDU.Builder capacity(int capacity)
public PDU.Builder offset(int offset)
public PDU build()
aQute SARL All Rights Reserved