Package org.eclipse.cbi.common.util
Class ZipPosixPermissionFixer.LocalFileHeader
- java.lang.Object
-
- com.google.common.collect.ForwardingObject
-
- org.eclipse.cbi.common.util.Record.Fowarding
-
- org.eclipse.cbi.common.util.ZipPosixPermissionFixer.LocalFileHeader
-
- All Implemented Interfaces:
Record
- Enclosing class:
- ZipPosixPermissionFixer
static class ZipPosixPermissionFixer.LocalFileHeader extends Record.Fowarding
Local file header: local file header signature 4 bytes (0x04034b50) version needed to extract 2 bytes general purpose bit flag 2 bytes compression method 2 bytes last mod file time 2 bytes last mod file date 2 bytes crc-32 4 bytes compressed size 4 bytes uncompressed size 4 bytes file name length 2 bytes extra field length 2 bytes file name (variable size) extra field (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
LFHS
private static long
SIGNATURE
static RecordDefinition.Field
VNTE
-
Constructor Summary
Constructors Constructor Description LocalFileHeader(Record delegate)
-
Method Summary
-
Methods inherited from class org.eclipse.cbi.common.util.Record.Fowarding
delegate, size, stringValue, uint16Value, uint32Value, uint64Value
-
-
-
-
Field Detail
-
SIGNATURE
private static final long SIGNATURE
- See Also:
- Constant Field Values
-
LFHS
public static final RecordDefinition.Field LFHS
-
VNTE
public static final RecordDefinition.Field VNTE
-
DEFINITION
public static final RecordDefinition DEFINITION
-
-
Constructor Detail
-
LocalFileHeader
public LocalFileHeader(Record delegate)
-
-