Package org.eclipse.cbi.common.util
Class ZipPosixPermissionFixer.Zip64EndOfCentralDirectory
java.lang.Object
com.google.common.collect.ForwardingObject
org.eclipse.cbi.common.util.Record.Fowarding
org.eclipse.cbi.common.util.ZipPosixPermissionFixer.Zip64EndOfCentralDirectory
- All Implemented Interfaces:
Record
- Enclosing class:
ZipPosixPermissionFixer
Zip64 end of central directory record
zip64 end of central dir
signature 4 bytes (0x06064b50)
size of zip64 end of central
directory record 8 bytes
version made by 2 bytes
version needed to extract 2 bytes
number of this disk 4 bytes
number of the disk with the
start of the central directory 4 bytes
total number of entries in the
central directory on this disk 8 bytes
total number of entries in the
central directory 8 bytes
size of the central directory 8 bytes
offset of start of central
directory with respect to
the starting disk number 8 bytes
zip64 extensible data sector (variable size)
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.cbi.common.util.Record
Record.Fowarding
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RecordDefinition
static final RecordDefinition.Field
static final RecordDefinition.Field
static final RecordDefinition.Field
static final long
static final RecordDefinition.Field
static final RecordDefinition.Field
static final RecordDefinition.Field
static final RecordDefinition.Field
static final RecordDefinition.Field
static final RecordDefinition.Field
static final RecordDefinition.Field
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Methods inherited from class org.eclipse.cbi.common.util.Record.Fowarding
delegate, size, stringValue, uint16Value, uint32Value, uint64Value
Methods inherited from class com.google.common.collect.ForwardingObject
toString
-
Field Details
-
SIGNATURE
public static final long SIGNATURE- See Also:
-
Z64EOCDS
-
SOZ64EOCDR
-
VMB
-
VNTE
-
NOTD
-
NOTDWTSOTCD
-
TNOEITCDOTD
-
TNOEITCD
-
SOTCD
-
OOSOCDWRTTSDN
-
DEFINITION
-
-
Constructor Details
-
Zip64EndOfCentralDirectory
-
-
Method Details
-
offsetOfStartOfCentralDirectoryWithRespectToTheStartingDiskNumber
public long offsetOfStartOfCentralDirectoryWithRespectToTheStartingDiskNumber()
-