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