public abstract static class Record.Fowarding extends com.google.common.collect.ForwardingObject implements Record
Record.Fowarding| Modifier | Constructor and Description |
|---|---|
protected |
Fowarding(Record delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected Record |
delegate() |
long |
size() |
java.lang.String |
stringValue(RecordDefinition.Field field,
java.nio.charset.Charset charset) |
int |
uint16Value(RecordDefinition.Field field) |
com.google.common.primitives.UnsignedInteger |
uint32Value(RecordDefinition.Field field) |
com.google.common.primitives.UnsignedLong |
uint64Value(RecordDefinition.Field field) |
private final Record delegate
protected Fowarding(Record delegate)
protected Record delegate()
delegate in class com.google.common.collect.ForwardingObjectpublic int uint16Value(RecordDefinition.Field field)
uint16Value in interface Recordpublic com.google.common.primitives.UnsignedInteger uint32Value(RecordDefinition.Field field)
uint32Value in interface Recordpublic com.google.common.primitives.UnsignedLong uint64Value(RecordDefinition.Field field)
uint64Value in interface Recordpublic java.lang.String stringValue(RecordDefinition.Field field, java.nio.charset.Charset charset)
stringValue in interface Record