Interface | Description |
---|---|
Record | |
RecordDefinition.Field | |
Zips.PathMapper |
Class | Description |
---|---|
AutoValue_RecordDefinition | |
AutoValue_RecordDefinition.Builder | |
ByteBufferRecord | |
MorePosixFilePermissions | |
Paths |
Collection of
Path -related utility methods. |
Paths.DeletionVisitor | |
Record.Fowarding | |
RecordDefinition | |
RecordDefinition.BasicFieldImpl | |
RecordDefinition.Builder | |
SeekableByteChannelRecordReader | |
ZipPosixPermissionFixer | |
ZipPosixPermissionFixer.CentralDirectoryHeader | |
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)
|
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)
|
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)
|
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
|
ZipPosixPermissionFixer.ZipReader | |
Zips |
Utility class to work with Zip files (
Path based). |
Zips.NoPreserveRootPathMapper | |
Zips.PackerFileVisitor | |
Zips.PreserveRootPathMapper |
Enum | Description |
---|---|
RecordDefinition.Field.Type | |
ZipPosixPermissionFixer.CentralDirectoryHeader.Platform |
0 - MS-DOS and OS/2 (FAT / VFAT / FAT32 file systems)
1 - Amiga 2 - OpenVMS
3 - UNIX 4 - VM/CMS
5 - Atari ST 6 - OS/2 H.P.F.S.
|