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
static class ZipPosixPermissionFixer.Zip64EndOfCentralDirectory extends Record.Fowarding
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
Fields Modifier and Type Field Description static RecordDefinitionDEFINITIONstatic RecordDefinition.FieldNOTDstatic RecordDefinition.FieldNOTDWTSOTCDstatic RecordDefinition.FieldOOSOCDWRTTSDNstatic longSIGNATUREstatic RecordDefinition.FieldSOTCDstatic RecordDefinition.FieldSOZ64EOCDRstatic RecordDefinition.FieldTNOEITCDstatic RecordDefinition.FieldTNOEITCDOTDstatic RecordDefinition.FieldVMBstatic RecordDefinition.FieldVNTEstatic RecordDefinition.FieldZ64EOCDS
-
Constructor Summary
Constructors Constructor Description Zip64EndOfCentralDirectory(Record delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longoffsetOfStartOfCentralDirectoryWithRespectToTheStartingDiskNumber()-
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
-
Z64EOCDS
public static final RecordDefinition.Field Z64EOCDS
-
SOZ64EOCDR
public static final RecordDefinition.Field SOZ64EOCDR
-
VMB
public static final RecordDefinition.Field VMB
-
VNTE
public static final RecordDefinition.Field VNTE
-
NOTD
public static final RecordDefinition.Field NOTD
-
NOTDWTSOTCD
public static final RecordDefinition.Field NOTDWTSOTCD
-
TNOEITCDOTD
public static final RecordDefinition.Field TNOEITCDOTD
-
TNOEITCD
public static final RecordDefinition.Field TNOEITCD
-
SOTCD
public static final RecordDefinition.Field SOTCD
-
OOSOCDWRTTSDN
public static final RecordDefinition.Field OOSOCDWRTTSDN
-
DEFINITION
public static final RecordDefinition DEFINITION
-
-
Constructor Detail
-
Zip64EndOfCentralDirectory
public Zip64EndOfCentralDirectory(Record delegate)
-
-