ByteArrayHolderpublic final class ByteArrayHolder extends Object implements Holder
Fields Summary |
---|
public byte[] | valueThe byte[] contained by this holder. |
Constructors Summary |
---|
public ByteArrayHolder()Make a new ByteArrayHolder with a null value.
| public ByteArrayHolder(byte[] value)Make a new ByteArrayHolder with value as
the value.
this.value = value;
|
|