org.apache.qpid.proton.codec
Interface LongType.LongEncoding

All Superinterfaces:
PrimitiveTypeEncoding<Long>, TypeConstructor<Long>, TypeEncoding<Long>
Enclosing class:
LongType

public static interface LongType.LongEncoding
extends PrimitiveTypeEncoding<Long>


Method Summary
 long readPrimitiveValue()
           
 void write(long l)
           
 void writeValue(long l)
           
 
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(long l)

writeValue

void writeValue(long l)

readPrimitiveValue

long readPrimitiveValue()


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