Package org.apache.qpid.proton.codec
Interface BigIntegerType.BigIntegerEncoding
- All Superinterfaces:
PrimitiveTypeEncoding<BigInteger>
,TypeConstructor<BigInteger>
,TypeEncoding<BigInteger>
- Enclosing class:
- BigIntegerType
-
Method Summary
Methods inherited from interface org.apache.qpid.proton.codec.PrimitiveTypeEncoding
getConstructorSize, getEncodingCode, getType, writeConstructor
Methods inherited from interface org.apache.qpid.proton.codec.TypeConstructor
encodesJavaPrimitive, getTypeClass, readValue, skipValue
Methods inherited from interface org.apache.qpid.proton.codec.TypeEncoding
encodesJavaPrimitive, encodesSuperset, getValueSize, isFixedSizeVal
-
Method Details
-
write
-
writeValue
- Specified by:
writeValue
in interfaceTypeEncoding<BigInteger>
-
readPrimitiveValue
BigInteger readPrimitiveValue()
-