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
static final class ZipPosixPermissionFixer.EndOfCentralDirectory extends Record.Fowarding
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
Fields Modifier and Type Field Description static RecordDefinition
DEFINITION
static RecordDefinition.Field
EOCDLS
static int
MAX_SIZE
static int
MIN_SIZE
static RecordDefinition.Field
NOTD
static RecordDefinition.Field
NOTDWTSITCD
static RecordDefinition.Field
OOSOCDWRTTSDN
static long
SIGNATURE
static RecordDefinition.Field
SOTCD
static RecordDefinition.Field
TNOEITCD
static RecordDefinition.Field
TNOEITCDOTD
static RecordDefinition.Field
ZFC
static RecordDefinition.Field
ZFCL
-
Constructor Summary
Constructors Constructor Description EndOfCentralDirectory(Record delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static int
computeMinSize()
com.google.common.primitives.UnsignedInteger
offsetOfStartOfCentralDirectoryWithRespectToTheStartDiskNumber()
-
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
-
EOCDLS
public static final RecordDefinition.Field EOCDLS
-
NOTD
public static final RecordDefinition.Field NOTD
-
NOTDWTSITCD
public static final RecordDefinition.Field NOTDWTSITCD
-
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
-
ZFCL
public static final RecordDefinition.Field ZFCL
-
ZFC
public static final RecordDefinition.Field ZFC
-
DEFINITION
public static final RecordDefinition DEFINITION
-
MIN_SIZE
public static final int MIN_SIZE
-
MAX_SIZE
public static final int MAX_SIZE
-
-
Constructor Detail
-
EndOfCentralDirectory
public EndOfCentralDirectory(Record delegate)
-
-