public abstract class VariableWidthTypeConstructor extends Object implements TypeConstructor
| Modifier and Type | Field and Description |
|---|---|
protected int |
_size |
| Constructor and Description |
|---|
VariableWidthTypeConstructor(int size) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
construct(org.apache.qpid.bytebuffer.QpidByteBuffer in,
boolean isCopy,
ValueHandler handler) |
Object |
construct(org.apache.qpid.bytebuffer.QpidByteBuffer in,
ValueHandler handler) |
int |
getSize() |
public Object construct(org.apache.qpid.bytebuffer.QpidByteBuffer in, ValueHandler handler) throws AmqpErrorException
construct in interface TypeConstructorAmqpErrorExceptionpublic int getSize()
public abstract Object construct(org.apache.qpid.bytebuffer.QpidByteBuffer in, boolean isCopy, ValueHandler handler) throws AmqpErrorException
AmqpErrorExceptionCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.