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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Record
delegate()
long
size()
stringValue
(RecordDefinition.Field field, Charset charset) int
com.google.common.primitives.UnsignedInteger
com.google.common.primitives.UnsignedLong
Methods inherited from class com.google.common.collect.ForwardingObject
toString
-
Field Details
-
delegate
-
-
Constructor Details
-
Fowarding
-
-
Method Details
-
delegate
- Specified by:
delegate
in classcom.google.common.collect.ForwardingObject
-
uint16Value
- Specified by:
uint16Value
in interfaceRecord
-
uint32Value
- Specified by:
uint32Value
in interfaceRecord
-
uint64Value
- Specified by:
uint64Value
in interfaceRecord
-
stringValue
- Specified by:
stringValue
in interfaceRecord
-
size
public long size()
-