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:
getTypeClass
in interfaceAMQPType<Object[]>
-
getEncoding
- Specified by:
getEncoding
in interfaceAMQPType<Object[]>
- Specified by:
getEncoding
in interfacePrimitiveType<Object[]>
-
getCanonicalEncoding
- Specified by:
getCanonicalEncoding
in interfaceAMQPType<Object[]>
- Specified by:
getCanonicalEncoding
in interfacePrimitiveType<Object[]>
-
getAllEncodings
- Specified by:
getAllEncodings
in interfaceAMQPType<Object[]>
- Specified by:
getAllEncodings
in 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)
-