The ByteList
is an immutable ordered collection of
byte
.
Modifier and Type | Method and Description |
---|---|
public boolean | Returns: True if this list contains thebyte
item .byte whose presence in this list
is to be tested.Checks if the |
public int | |
public byte | Returns: Thebyte at the index th
position in the ByteList .index into the collection. index)Returns the |
public byte[] |
contains | back to summary |
---|---|
public boolean contains(byte item) Checks if the
|
getLength | back to summary |
---|---|
public int getLength() The number of |
item | back to summary |
---|---|
public byte item(int index) throws XSException Returns the
|
toByteArray | back to summary |
---|---|
public byte[] toByteArray() Construct and return a byte array for bytes contained in this list. |