public class ByteFieldContainer extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
number
Deprecated.
|
byte[] |
value
Deprecated.
|
| Constructor and Description |
|---|
ByteFieldContainer(int number,
byte[] value)
Deprecated.
Constructor of this container class.
|
public ByteFieldContainer(int number,
byte[] value)
number - The node number of the node where the byte[] is belonging to, or -1 if the byte array is not yet associated with a node.value - The byte array which this container is wrapping.MMBase 1.9-SNAPSHOT - ${javadoctimestamp}