public final class ByteDefinitionInfo extends NumberDefinitionInfo
_integerNumberFormat, _precisionTestNumberFormat
_doubleNumberFormat
Constructor and Description |
---|
ByteDefinitionInfo(IntegerAttributeType att) |
Modifier and Type | Method and Description |
---|---|
int |
getFixedSize() |
byte |
unscaledByteValue(byte[] bytes,
int offset) |
double |
unscaledDoubleValue(byte[] bytes,
int offset) |
float |
unscaledFloatValue(byte[] bytes,
int offset) |
int |
unscaledIntValue(byte[] bytes,
int offset) |
long |
unscaledLongValue(byte[] bytes,
int offset) |
short |
unscaledShortValue(byte[] bytes,
int offset) |
byteValue, doubleValue, floatValue, getState, getState, getSuffixText, getUnscaledSuffixText, getUnscaledValueText, getValueText, intValue, isNumber, isNumberAttribute, isScalableNumberAttribute, isSizeFixed, isState, longValue, shortValue
containsItem, dump, getAttributeType, getItem, getItem, getItemCount, getSize, isList, readInt, readLong, readShort, readUnsignedInt
forAttributeType, forAttributSet, forgetDataModel, getId, getMillis, getSeconds, getSystemObject, isReferenceAttribute, isTimeAttribute
public ByteDefinitionInfo(IntegerAttributeType att)
public int getFixedSize()
public byte unscaledByteValue(byte[] bytes, int offset)
unscaledByteValue
in interface AttributeDefinitionInfo
unscaledByteValue
in class AbstractAttributeDefinitionInfo
public short unscaledShortValue(byte[] bytes, int offset)
unscaledShortValue
in interface AttributeDefinitionInfo
unscaledShortValue
in class AbstractAttributeDefinitionInfo
public int unscaledIntValue(byte[] bytes, int offset)
unscaledIntValue
in interface AttributeDefinitionInfo
unscaledIntValue
in class AbstractAttributeDefinitionInfo
public long unscaledLongValue(byte[] bytes, int offset)
unscaledLongValue
in interface AttributeDefinitionInfo
unscaledLongValue
in class AbstractAttributeDefinitionInfo
public float unscaledFloatValue(byte[] bytes, int offset)
unscaledFloatValue
in interface AttributeDefinitionInfo
unscaledFloatValue
in class AbstractAttributeDefinitionInfo
public double unscaledDoubleValue(byte[] bytes, int offset)
unscaledDoubleValue
in interface AttributeDefinitionInfo
unscaledDoubleValue
in class AbstractAttributeDefinitionInfo