| Modifier and Type | Field and Description |
|---|---|
Byte |
value
The
Byte contained by this holder. |
| Constructor and Description |
|---|
ByteWrapperHolder()
Make a new
ByteWrapperHolder with a null value. |
ByteWrapperHolder(Byte value)
Make a new
ByteWrapperHolder with value as
the value. |
public Byte value
Byte contained by this holder.public ByteWrapperHolder()
ByteWrapperHolder with a null value.public ByteWrapperHolder(Byte value)
ByteWrapperHolder with value as
the value.value - the Byte to holdCopyright © The Apache Software Foundation. All Rights Reserved.