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, writeConstructorMethods inherited from interface org.apache.qpid.proton.codec.TypeConstructor
encodesJavaPrimitive, getTypeClass, readValue, skipValueMethods inherited from interface org.apache.qpid.proton.codec.TypeEncoding
encodesJavaPrimitive, encodesSuperset, getValueSize, isFixedSizeVal
-
Method Details
-
write
-
writeValue
- Specified by:
writeValuein interfaceTypeEncoding<BigInteger>
-
readPrimitiveValue
BigInteger readPrimitiveValue()
-