| Modifier and Type | Field and Description |
|---|---|
protected String |
canonical |
protected byte[] |
data |
| Constructor and Description |
|---|
ByteListImpl(byte[] data) |
protected final byte[] data
protected String canonical
public int getLength()
bytes in the list. The range of
valid child object indices is 0 to length-1 inclusive.public boolean contains(byte item)
byte item is a
member of this list.public byte item(int index)
throws XSException
indexth item in the collection. The index
starts at 0.item in interface ByteListindex - index into the collection.byte at the indexth
position in the ByteList.XSException - INDEX_SIZE_ERR: if index is greater than or equal to the
number of objects in the list.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.