|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.rpc.holders.ByteArrayHolder
Holder for byte[]
s.
Field Summary | |
byte[] |
value
The byte[] contained by this holder. |
Constructor Summary | |
ByteArrayHolder()
Make a new ByteArrayHolder with a null value. |
|
ByteArrayHolder(byte[] value)
Make a new ByteArrayHolder with value as
the value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public byte[] value
byte[]
contained by this holder.
Constructor Detail |
public ByteArrayHolder()
ByteArrayHolder
with a null
value.
public ByteArrayHolder(byte[] value)
ByteArrayHolder
with value
as
the value.
value
- the byte[]
to hold
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |