Package org.eclipse.cbi.common.util
Class Record.Fowarding
- java.lang.Object
-
- com.google.common.collect.ForwardingObject
-
- org.eclipse.cbi.common.util.Record.Fowarding
-
- All Implemented Interfaces:
Record
- Direct Known Subclasses:
ZipPosixPermissionFixer.CentralDirectoryHeader,ZipPosixPermissionFixer.EndOfCentralDirectory,ZipPosixPermissionFixer.LocalFileHeader,ZipPosixPermissionFixer.Zip64EndOfCentralDirectory,ZipPosixPermissionFixer.Zip64EndOfCentralDirectoryLocator
- Enclosing interface:
- Record
public abstract static class Record.Fowarding extends com.google.common.collect.ForwardingObject implements Record
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.cbi.common.util.Record
Record.Fowarding
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Recorddelegate()longsize()java.lang.StringstringValue(RecordDefinition.Field field, java.nio.charset.Charset charset)intuint16Value(RecordDefinition.Field field)com.google.common.primitives.UnsignedIntegeruint32Value(RecordDefinition.Field field)com.google.common.primitives.UnsignedLonguint64Value(RecordDefinition.Field field)
-
-
-
Field Detail
-
delegate
private final Record delegate
-
-
Constructor Detail
-
Fowarding
protected Fowarding(Record delegate)
-
-
Method Detail
-
delegate
protected Record delegate()
- Specified by:
delegatein classcom.google.common.collect.ForwardingObject
-
uint16Value
public int uint16Value(RecordDefinition.Field field)
- Specified by:
uint16Valuein interfaceRecord
-
uint32Value
public com.google.common.primitives.UnsignedInteger uint32Value(RecordDefinition.Field field)
- Specified by:
uint32Valuein interfaceRecord
-
uint64Value
public com.google.common.primitives.UnsignedLong uint64Value(RecordDefinition.Field field)
- Specified by:
uint64Valuein interfaceRecord
-
stringValue
public java.lang.String stringValue(RecordDefinition.Field field, java.nio.charset.Charset charset)
- Specified by:
stringValuein interfaceRecord
-
-