org.apache.qpid.proton.codec
Interface IntegerType.IntegerEncoding

All Superinterfaces:
PrimitiveTypeEncoding<Integer>, TypeConstructor<Integer>, TypeEncoding<Integer>
Enclosing class:
IntegerType

public static interface IntegerType.IntegerEncoding
extends PrimitiveTypeEncoding<Integer>


Method Summary
 int readPrimitiveValue()
           
 void write(int i)
           
 void writeValue(int i)
           
 
Methods inherited from interface org.apache.qpid.proton.codec.PrimitiveTypeEncoding
getConstructorSize, getEncodingCode, getType, writeConstructor
 
Methods inherited from interface org.apache.qpid.proton.codec.TypeEncoding
encodesJavaPrimitive, encodesSuperset, getValueSize, isFixedSizeVal, writeValue
 
Methods inherited from interface org.apache.qpid.proton.codec.TypeConstructor
encodesJavaPrimitive, getTypeClass, readValue
 

Method Detail

write

void write(int i)

writeValue

void writeValue(int i)

readPrimitiveValue

int readPrimitiveValue()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.