javax.xml.rpc.holders
public final class ByteHolder extends Object implements Holder
byte
s.
Version: 1.0
Field Summary | |
---|---|
byte | value The byte contained by this holder. |
Constructor Summary | |
---|---|
ByteHolder()
Make a new ByteHolder with a null value. | |
ByteHolder(byte value)
Make a new ByteHolder with value as
the value.
|
byte
contained by this holder.ByteHolder
with a null
value.ByteHolder
with value
as
the value.
Parameters: value the byte
to hold