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 Recorddelegate()longsize()stringValue(RecordDefinition.Field field, Charset charset) intcom.google.common.primitives.UnsignedIntegercom.google.common.primitives.UnsignedLongMethods inherited from class com.google.common.collect.ForwardingObject
toString
-
Field Details
-
delegate
-
-
Constructor Details
-
Fowarding
-
-
Method Details
-
delegate
- Specified by:
delegatein classcom.google.common.collect.ForwardingObject
-
uint16Value
- Specified by:
uint16Valuein interfaceRecord
-
uint32Value
- Specified by:
uint32Valuein interfaceRecord
-
uint64Value
- Specified by:
uint64Valuein interfaceRecord
-
stringValue
- Specified by:
stringValuein interfaceRecord
-
size
public long size()
-