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
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
FieldsModifier and TypeFieldDescriptionstatic final RecordDefinition
static final RecordDefinition.Field
private static final long
static final RecordDefinition.Field
-
Constructor Summary
Constructors -
Method Summary
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
private static final long SIGNATURE- See Also:
-
LFHS
-
VNTE
-
DEFINITION
-
-
Constructor Details
-
LocalFileHeader
-