Package org.eclipse.cbi.common.util
Class ZipPosixPermissionFixer.EndOfCentralDirectory
java.lang.Object
com.google.common.collect.ForwardingObject
org.eclipse.cbi.common.util.Record.Fowarding
org.eclipse.cbi.common.util.ZipPosixPermissionFixer.EndOfCentralDirectory
- All Implemented Interfaces:
Record
- Enclosing class:
ZipPosixPermissionFixer
end of central dir signature 4 bytes (0x06054b50)
number of this disk 2 bytes
number of the disk with the
start of the central directory 2 bytes
total number of entries in the
central directory on this disk 2 bytes
total number of entries in
the central directory 2 bytes
size of the central directory 4 bytes
offset of start of central
directory with respect to
the starting disk number 4 bytes
.ZIP file comment length 2 bytes
.ZIP file comment (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 RecordDefinitionstatic final RecordDefinition.Fieldstatic final intstatic final intstatic final RecordDefinition.Fieldstatic final RecordDefinition.Fieldstatic final RecordDefinition.Fieldstatic final longstatic final RecordDefinition.Fieldstatic final RecordDefinition.Fieldstatic final RecordDefinition.Fieldstatic final RecordDefinition.Fieldstatic final RecordDefinition.Field -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intcom.google.common.primitives.UnsignedIntegerMethods inherited from class org.eclipse.cbi.common.util.Record.Fowarding
delegate, size, stringValue, uint16Value, uint32Value, uint64ValueMethods inherited from class com.google.common.collect.ForwardingObject
toString
-
Field Details
-
SIGNATURE
public static final long SIGNATURE- See Also:
-
EOCDLS
-
NOTD
-
NOTDWTSITCD
-
TNOEITCDOTD
-
TNOEITCD
-
SOTCD
-
OOSOCDWRTTSDN
-
ZFCL
-
ZFC
-
DEFINITION
-
MIN_SIZE
public static final int MIN_SIZE -
MAX_SIZE
public static final int MAX_SIZE
-
-
Constructor Details
-
EndOfCentralDirectory
-
-
Method Details
-
computeMinSize
private static int computeMinSize() -
offsetOfStartOfCentralDirectoryWithRespectToTheStartDiskNumber
public com.google.common.primitives.UnsignedInteger offsetOfStartOfCentralDirectoryWithRespectToTheStartDiskNumber()
-