Package org.apache.qpid.proton.codec
Class ArrayType
java.lang.Object
org.apache.qpid.proton.codec.ArrayType
- All Implemented Interfaces:
AMQPType<Object[]>,PrimitiveType<Object[]>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionArrayType(EncoderImpl encoder, DecoderImpl decoder, BooleanType boolType, ByteType byteType, ShortType shortType, IntegerType intType, LongType longType, FloatType floatType, DoubleType doubleType, CharacterType characterType) -
Method Summary
-
Constructor Details
-
ArrayType
public ArrayType(EncoderImpl encoder, DecoderImpl decoder, BooleanType boolType, ByteType byteType, ShortType shortType, IntegerType intType, LongType longType, FloatType floatType, DoubleType doubleType, CharacterType characterType)
-
-
Method Details
-
getTypeClass
- Specified by:
getTypeClassin interfaceAMQPType<Object[]>
-
getEncoding
- Specified by:
getEncodingin interfaceAMQPType<Object[]>- Specified by:
getEncodingin interfacePrimitiveType<Object[]>
-
getCanonicalEncoding
- Specified by:
getCanonicalEncodingin interfaceAMQPType<Object[]>- Specified by:
getCanonicalEncodingin interfacePrimitiveType<Object[]>
-
getAllEncodings
- Specified by:
getAllEncodingsin interfaceAMQPType<Object[]>- Specified by:
getAllEncodingsin interfacePrimitiveType<Object[]>
-
write
-
write
public void write(boolean[] a) -
write
public void write(byte[] a) -
write
public void write(short[] a) -
write
public void write(int[] a) -
write
public void write(long[] a) -
write
public void write(float[] a) -
write
public void write(double[] a) -
write
public void write(char[] a)
-