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 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)
-
-
-
Field Detail
-
delegate
private final Record delegate
-
-
Constructor Detail
-
Fowarding
protected Fowarding(Record delegate)
-
-
Method Detail
-
delegate
protected Record delegate()
- Specified by:
delegate
in classcom.google.common.collect.ForwardingObject
-
uint16Value
public int uint16Value(RecordDefinition.Field field)
- Specified by:
uint16Value
in interfaceRecord
-
uint32Value
public com.google.common.primitives.UnsignedInteger uint32Value(RecordDefinition.Field field)
- Specified by:
uint32Value
in interfaceRecord
-
uint64Value
public com.google.common.primitives.UnsignedLong uint64Value(RecordDefinition.Field field)
- Specified by:
uint64Value
in interfaceRecord
-
stringValue
public java.lang.String stringValue(RecordDefinition.Field field, java.nio.charset.Charset charset)
- Specified by:
stringValue
in interfaceRecord
-
-