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(QpidByteBuffer in,
boolean isCopy,
ValueHandler handler) |
Object |
construct(QpidByteBuffer in,
ValueHandler handler) |
int |
getSize() |
public Object construct(QpidByteBuffer in, ValueHandler handler) throws AmqpErrorException
construct
in interface TypeConstructor
AmqpErrorException
public int getSize()
public abstract Object construct(QpidByteBuffer in, boolean isCopy, ValueHandler handler) throws AmqpErrorException
AmqpErrorException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.