Class UInt7ArrayField
java.lang.Object
io.datarouter.model.field.BaseField<L>
io.datarouter.model.field.imp.array.KeyedListField<V,L,K>
io.datarouter.model.field.BaseListField<Byte,List<Byte>,UInt7ArrayFieldKey>
io.datarouter.model.field.imp.array.UInt7ArrayField
- All Implemented Interfaces:
ByteEncodedField<List<Byte>>,StringEncodedField<List<Byte>>,Field<List<Byte>>,Comparable<Field<List<Byte>>>
public class UInt7ArrayField extends BaseListField<Byte,List<Byte>,UInt7ArrayFieldKey>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.datarouter.model.field.BaseField
BaseField.FieldColumnNameComparator -
Field Summary
-
Constructor Summary
Constructors Constructor Description UInt7ArrayField(UInt7ArrayFieldKey key, List<Byte> value) -
Method Summary
Modifier and Type Method Description intcompareTo(Field<List<Byte>> other)List<Byte>fromBytesButDoNotSet(byte[] bytes, int byteOffset)List<Byte>fromBytesWithSeparatorButDoNotSet(byte[] bytes, int byteOffset)byte[]getBytes()intnumBytesWithSeparator(byte[] bytes, int byteOffset)List<Byte>parseStringEncodedValueButDoNotSet(String value)Methods inherited from class io.datarouter.model.field.imp.array.KeyedListField
getKey, getValues, sizeMethods inherited from class io.datarouter.model.field.BaseField
fromString, getBytesWithSeparator, getPrefix, getPrefixedName, getPreparedStatementValue, getValue, getValueHashCode, getValueString, setPrefix, setUsingReflection, setValue, toString
-
Constructor Details
-
Method Details
-
parseStringEncodedValueButDoNotSet
-
getBytes
public byte[] getBytes() -
numBytesWithSeparator
public int numBytesWithSeparator(byte[] bytes, int byteOffset) -
fromBytesWithSeparatorButDoNotSet
- Specified by:
fromBytesWithSeparatorButDoNotSetin interfaceByteEncodedField<List<Byte>>- Overrides:
fromBytesWithSeparatorButDoNotSetin classBaseField<List<Byte>>
-
fromBytesButDoNotSet
-
compareTo
- Specified by:
compareToin interfaceComparable<Field<List<Byte>>>- Overrides:
compareToin classKeyedListField<Byte,List<Byte>,UInt7ArrayFieldKey>
-