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()
byte
s 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
index
th item in the collection. The index
starts at 0.item
in interface ByteList
index
- index into the collection.byte
at the index
th
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.