Package org.eclipse.cbi.common.util
Class ZipPosixPermissionFixer.Zip64EndOfCentralDirectoryLocator
- java.lang.Object
-
- com.google.common.collect.ForwardingObject
-
- org.eclipse.cbi.common.util.Record.Fowarding
-
- org.eclipse.cbi.common.util.ZipPosixPermissionFixer.Zip64EndOfCentralDirectoryLocator
-
- All Implemented Interfaces:
Record
- Enclosing class:
- ZipPosixPermissionFixer
static final class ZipPosixPermissionFixer.Zip64EndOfCentralDirectoryLocator extends Record.Fowarding
zip64 end of central dir locator signature 4 bytes (0x07064b50) number of the disk with the start of the zip64 end of central directory 4 bytes relative offset of the zip64 end of central directory record 8 bytes total number of disks 4 bytes
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.cbi.common.util.Record
Record.Fowarding
-
-
Field Summary
Fields Modifier and Type Field Description static RecordDefinition
DEFINITION
static RecordDefinition.Field
NODWSZ64EOCD
static RecordDefinition.Field
ROZ64EOCDR
static long
SIGNATURE
static RecordDefinition.Field
TNOD
static RecordDefinition.Field
Z64EOCDLS
-
Constructor Summary
Constructors Constructor Description Zip64EndOfCentralDirectoryLocator(Record delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.primitives.UnsignedInteger
relativeOffsetOfTheZip64EndOfCentralDirectoryRecord()
-
Methods inherited from class org.eclipse.cbi.common.util.Record.Fowarding
delegate, size, stringValue, uint16Value, uint32Value, uint64Value
-
-
-
-
Field Detail
-
SIGNATURE
public static final long SIGNATURE
- See Also:
- Constant Field Values
-
Z64EOCDLS
public static final RecordDefinition.Field Z64EOCDLS
-
NODWSZ64EOCD
public static final RecordDefinition.Field NODWSZ64EOCD
-
ROZ64EOCDR
public static final RecordDefinition.Field ROZ64EOCDR
-
TNOD
public static final RecordDefinition.Field TNOD
-
DEFINITION
public static final RecordDefinition DEFINITION
-
-
Constructor Detail
-
Zip64EndOfCentralDirectoryLocator
public Zip64EndOfCentralDirectoryLocator(Record delegate)
-
-