public abstract class ArrayTypeConstructor extends Object implements TypeConstructor<Object[]>
Constructor and Description |
---|
ArrayTypeConstructor() |
Modifier and Type | Method and Description |
---|---|
Object[] |
construct(QpidByteBuffer in,
ValueHandler handler) |
static ArrayTypeConstructor |
getFourByteSizeTypeConstructor() |
static ArrayTypeConstructor |
getOneByteSizeTypeConstructor() |
public Object[] construct(QpidByteBuffer in, ValueHandler handler) throws AmqpErrorException
construct
in interface TypeConstructor<Object[]>
AmqpErrorException
public static ArrayTypeConstructor getOneByteSizeTypeConstructor()
public static ArrayTypeConstructor getFourByteSizeTypeConstructor()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.