public class ByteList extends SimpleList<ByteItem> implements ByteItem
| Modifier and Type | Field | Description |
|---|---|---|
static byte |
BIT_BYTE |
|
static byte |
BIT_NUMBER |
|
static byte |
BIT_REFERENCE |
|
static byte |
BIT_STRING |
|
static java.lang.String |
PROPERTY_ORIENTATION |
|
static java.lang.String |
PROPERTY_PROPERTY |
|
static java.lang.String |
PROPERTY_TYPE |
ALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, CASESENSITIVE, flag, MAP, READONLY, REMOVED, VISIBLEPROPERTY| Constructor | Description |
|---|---|
ByteList() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
calcChildren(boolean isDynamic,
boolean isLast) |
|
int |
calcLength(boolean isDynamic,
boolean isLast) |
|
ByteBuffer |
getBytes(boolean isDynamic) |
|
BaseItem |
getNewList(boolean keyValue) |
|
byte |
getType() |
|
boolean |
remove(java.lang.Object value) |
|
java.lang.String |
toString() |
Convert Element to String
|
java.lang.String |
toString(ByteConverter converter,
boolean dynamic) |
Convert the bytes to a String
|
java.lang.String |
toString(Converter converter) |
Convert the bytes to a String
|
ByteList |
withType(java.lang.Byte value) |
|
SimpleList<ByteItem> |
withValue(java.lang.String value) |
|
void |
writeBytes(ByteBuffer buffer,
boolean isDynamic,
boolean last,
boolean isPrimitive) |
Write the Entity to the buffer
|
add, addHashItem, addKeyValue, checkValue, clear, comparator, contains, containsAll, containsAll, first, flag, get, getByIndex, getKeyByIndex, getPositionKey, getTypClass, getValue, hashKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastIndexOf, move, pack, parseItem, removeAll, removeByIndex, removeByObject, removeItem, replaceAllValues, reset, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, toArray, toArray, with, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisibleadd, addAll, addAll, ceiling, copyEntity, equals, filter, filterItems, hashCode, iterator, iterator, iteratorReverse, listIterator, listIterator, lower, remove, set, subSet, withListadd, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, of, of, of, of, of, of, of, of, of, of, of, of, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, toArray, toArrayequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, clone, fireProperty, subList, withListenerpublic static final byte BIT_STRING
public static final byte BIT_NUMBER
public static final byte BIT_BYTE
public static final byte BIT_REFERENCE
public static final java.lang.String PROPERTY_PROPERTY
public static final java.lang.String PROPERTY_TYPE
public static final java.lang.String PROPERTY_ORIENTATION
public BaseItem getNewList(boolean keyValue)
getNewList in interface BaseItemgetNewList in class SimpleList<ByteItem>public java.lang.String toString()
BaseItemtoString in interface BaseItemtoString in class AbstractArray<ByteItem>public java.lang.String toString(Converter converter)
toString in interface BaseItemtoString in class AbstractArray<ByteItem>converter - Grammarpublic java.lang.String toString(ByteConverter converter, boolean dynamic)
public ByteBuffer getBytes(boolean isDynamic)
public void writeBytes(ByteBuffer buffer, boolean isDynamic, boolean last, boolean isPrimitive)
ByteItemwriteBytes in interface ByteItembuffer - for writingisDynamic - dynamic switschlast - is the entity is the last of a listisPrimitive - need the entity no datatyppublic int calcLength(boolean isDynamic,
boolean isLast)
calcLength in interface ByteItemisDynamic - ByteStream for minimize outputisLast - is the Element is the Last of Grouppublic int calcChildren(boolean isDynamic,
boolean isLast)
public ByteList withType(java.lang.Byte value)
public SimpleList<ByteItem> withValue(java.lang.String value)
public boolean remove(java.lang.Object value)
remove in class SimpleList<ByteItem>