Package | Description |
---|---|
org.eclipse.cbi.common.util |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ByteBufferRecord |
static class |
Record.Fowarding |
(package private) static class |
ZipPosixPermissionFixer.CentralDirectoryHeader |
(package private) static class |
ZipPosixPermissionFixer.EndOfCentralDirectory
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)
|
(package private) static class |
ZipPosixPermissionFixer.LocalFileHeader
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)
|
(package private) static class |
ZipPosixPermissionFixer.Zip64EndOfCentralDirectory
Zip64 end of central directory record
zip64 end of central dir
signature 4 bytes (0x06064b50)
size of zip64 end of central
directory record 8 bytes
version made by 2 bytes
version needed to extract 2 bytes
number of this disk 4 bytes
number of the disk with the
start of the central directory 4 bytes
total number of entries in the
central directory on this disk 8 bytes
total number of entries in the
central directory 8 bytes
size of the central directory 8 bytes
offset of start of central
directory with respect to
the starting disk number 8 bytes
zip64 extensible data sector (variable size)
|
(package private) static class |
ZipPosixPermissionFixer.Zip64EndOfCentralDirectoryLocator
zip64 end of central dir locator
signature 4 bytes (0x07064b50)
number of the disk with the
start of the zip64 end of
central directory 4 bytes
relative offset of the zip64
end of central directory record 8 bytes
total number of disks 4 bytes
|
Modifier and Type | Field and Description |
---|---|
private Record |
Record.Fowarding.delegate |
Modifier and Type | Field and Description |
---|---|
private java.lang.Class<? extends Record> |
AutoValue_RecordDefinition.recordClass |
private java.lang.Class<? extends Record> |
AutoValue_RecordDefinition.Builder.recordClass |
private java.util.Map<Record,java.lang.Long> |
ZipPosixPermissionFixer.ZipReader.recordPositions |
Modifier and Type | Method and Description |
---|---|
private Record |
ZipPosixPermissionFixer.ZipReader.createRecord(java.lang.Class<? extends Record> recordClass,
Record delegate) |
protected Record |
Record.Fowarding.delegate() |
private Record |
ZipPosixPermissionFixer.ZipReader.readBasicRecord(RecordDefinition definition,
long position) |
Modifier and Type | Method and Description |
---|---|
private com.google.common.base.Optional<Record> |
ZipPosixPermissionFixer.ZipReader.doReadRecord(java.lang.Class<? extends Record> recordClass,
RecordDefinition rd,
long position) |
private com.google.common.base.Optional<? extends Record> |
ZipPosixPermissionFixer.ZipReader.readRecord(RecordDefinition rd,
long position) |
private com.google.common.base.Optional<Record> |
ZipPosixPermissionFixer.ZipReader.readRecordWithSignature(RecordDefinition rd,
long position) |
java.lang.Class<? extends Record> |
AutoValue_RecordDefinition.recordClass() |
abstract java.lang.Class<? extends Record> |
RecordDefinition.recordClass() |
Modifier and Type | Method and Description |
---|---|
private Record |
ZipPosixPermissionFixer.ZipReader.createRecord(java.lang.Class<? extends Record> recordClass,
Record delegate) |
long |
ZipPosixPermissionFixer.ZipReader.position(Record record) |
Modifier and Type | Method and Description |
---|---|
private Record |
ZipPosixPermissionFixer.ZipReader.createRecord(java.lang.Class<? extends Record> recordClass,
Record delegate) |
private com.google.common.base.Optional<Record> |
ZipPosixPermissionFixer.ZipReader.doReadRecord(java.lang.Class<? extends Record> recordClass,
RecordDefinition rd,
long position) |
RecordDefinition.Builder |
AutoValue_RecordDefinition.Builder.recordClass(java.lang.Class<? extends Record> recordClass) |
abstract RecordDefinition.Builder |
RecordDefinition.Builder.recordClass(java.lang.Class<? extends Record> clazz) |
Constructor and Description |
---|
CentralDirectoryHeader(Record record) |
EndOfCentralDirectory(Record delegate) |
Fowarding(Record delegate) |
LocalFileHeader(Record delegate) |
Zip64EndOfCentralDirectory(Record delegate) |
Zip64EndOfCentralDirectoryLocator(Record delegate) |
Constructor and Description |
---|
AutoValue_RecordDefinition(java.lang.String name,
long signature,
com.google.common.base.Optional<RecordDefinition.Field> signatureField,
java.util.List<RecordDefinition.Field> fields,
java.util.Map<RecordDefinition.Field,RecordDefinition.Field> sizeDefinitionFields,
java.lang.Class<? extends Record> recordClass) |