|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openfast.template.type.codec.TypeCodec
org.openfast.template.type.codec.IntegerCodec
org.openfast.template.type.codec.NullableSignedInteger
public final class NullableSignedInteger
| Field Summary |
|---|
| Fields inherited from class org.openfast.template.type.codec.TypeCodec |
|---|
ASCII, BIT_VECTOR, BYTE_VECTOR, DATE_INTEGER, DATE_STRING, EPOCH_TIMESTAMP, INTEGER, NULLABLE_ASCII, NULLABLE_BYTE_VECTOR_TYPE, NULLABLE_INTEGER, NULLABLE_SF_SCALED_NUMBER, NULLABLE_STRING_DELTA, NULLABLE_UNICODE, NULLABLE_UNSIGNED_INTEGER, SF_SCALED_NUMBER, STOP_BIT, STRING_DELTA, TIME_IN_MS, TIME_INTEGER, TIME_STRING, TIMESTAMP_INTEGER, TIMESTAMP_STRING, UINT, UNICODE |
| Method Summary | |
|---|---|
ScalarValue |
decode(java.io.InputStream in)
Reads in a stream of data and stores it to a numericValue object - type integer |
byte[] |
encodeValue(ScalarValue value)
Takes a ScalarValue object, and converts it to a byte array |
boolean |
equals(java.lang.Object obj)
|
boolean |
isNullable()
|
| Methods inherited from class org.openfast.template.type.codec.IntegerCodec |
|---|
createValue, getSignedIntegerSize, getUnsignedIntegerSize |
| Methods inherited from class org.openfast.template.type.codec.TypeCodec |
|---|
encode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public byte[] encodeValue(ScalarValue value)
encodeValue in class TypeCodecvalue - The ScalarValue to be encoded
public ScalarValue decode(java.io.InputStream in)
decode in class TypeCodecin - The InputStream to be decoded
public boolean isNullable()
isNullable in class TypeCodecpublic boolean equals(java.lang.Object obj)
equals in class IntegerCodec
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||