public class SymbolArrayWriter extends VariableWidthWriter<Symbol[]>
ValueWriter.Factory<V>, ValueWriter.Registry| Constructor and Description |
|---|
SymbolArrayWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearValue() |
protected byte |
getFourOctetEncodingCode() |
protected int |
getLength() |
protected byte |
getSingleOctetEncodingCode() |
protected boolean |
hasValue() |
boolean |
isCacheable() |
static void |
register(ValueWriter.Registry registry) |
void |
setValue(Symbol[] value) |
protected void |
writeBytes(org.apache.qpid.bytebuffer.QpidByteBuffer buf,
int offset,
int length) |
isComplete, writeToBufferprotected void clearValue()
clearValue in class VariableWidthWriter<Symbol[]>protected boolean hasValue()
hasValue in class VariableWidthWriter<Symbol[]>protected byte getFourOctetEncodingCode()
getFourOctetEncodingCode in class VariableWidthWriter<Symbol[]>protected byte getSingleOctetEncodingCode()
getSingleOctetEncodingCode in class VariableWidthWriter<Symbol[]>protected int getLength()
getLength in class VariableWidthWriter<Symbol[]>protected void writeBytes(org.apache.qpid.bytebuffer.QpidByteBuffer buf,
int offset,
int length)
writeBytes in class VariableWidthWriter<Symbol[]>public boolean isCacheable()
public void setValue(Symbol[] value)
setValue in interface ValueWriter<Symbol[]>setValue in class VariableWidthWriter<Symbol[]>public static void register(ValueWriter.Registry registry)
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.