public class FieldValue extends Object implements EncodableData
| Constructor and Description |
|---|
FieldValue(char type,
EncodableData value) |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize() |
static FieldValue |
parse(io.netty.buffer.ByteBuf buf) |
void |
write(io.netty.buffer.ByteBuf buf) |
public FieldValue(char type,
EncodableData value)
public long getSize()
getSize in interface EncodableDatapublic void write(io.netty.buffer.ByteBuf buf)
write in interface EncodableDatapublic static FieldValue parse(io.netty.buffer.ByteBuf buf) throws Exception
ExceptionCopyright © 2017 WSO2. All rights reserved.