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 RecordDefinition
static final RecordDefinition.Field
static final int
static final int
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static int
com.google.common.primitives.UnsignedInteger
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:
-
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()
-