public class SerialList<T extends ASerialType> extends ASerialType
value
Constructor and Description |
---|
SerialList(Class<T> clazz,
int lengthSize) |
SerialList(Class<T> clazz,
int lengthSize,
byte[] v) |
SerialList(Class<T> clazz,
int lengthSize,
List<T> v) |
Modifier and Type | Method and Description |
---|---|
protected int |
getElementCount() |
int |
getMinLength() |
int |
getTypeLength(byte[] ba,
int offset) |
List<T> |
getValue() |
void |
setValue(List<T> v) |
String |
toString() |
equals, getBytes, getLength, hashCode, parseValue, setBytes, updateValue
protected int getElementCount()
public String toString()
toString
in class ASerialType
public int getMinLength()
getMinLength
in class ASerialType
public int getTypeLength(byte[] ba, int offset)
getTypeLength
in class ASerialType
Copyright © 2015. All rights reserved.