See: Description
| Class | Description |
|---|---|
| ExternalFileAttributesUtils |
Class that sets file permissions to be assigned to the
ZipCentralDirectoryFileEntry. |
| Zip64CentralDirectoryEnd |
End segment of the central-directory which is at the very end of the Zip file which can be either in Zip64 format or
older format.
|
| Zip64CentralDirectoryEnd.Builder |
Builder for
Zip64CentralDirectoryEnd. |
| Zip64CentralDirectoryEndLocator |
Locator for the Zip64 format
ZipCentralDirectoryEnd information since it has an extensible block of bytes of
unknown length. |
| Zip64CentralDirectoryEndLocator.Builder |
Builder for the
Zip64CentralDirectoryEndLocator. |
| ZipCentralDirectoryEnd |
Standard end segment of the central-directory which is at the very end of the Zip file.
|
| ZipCentralDirectoryEnd.Builder |
Builder for
ZipCentralDirectoryEnd. |
| ZipCentralDirectoryEndInfo |
Additional information that can be written at the very end of the zip file in a
ZipCentralDirectoryEnd
structure. |
| ZipCentralDirectoryEndInfo.Builder |
Builder for the
ZipCentralDirectoryEndInfo. |
| ZipCentralDirectoryFileEntry |
File headers stored in the central directory.
|
| ZipCentralDirectoryFileEntry.Builder |
Builder for the
ZipCentralDirectoryFileEntry. |
| ZipCentralDirectoryFileInfo |
Additional file information that can be written into a central-directory file-entry that does not exist in the
ZipFileHeader. |
| ZipCentralDirectoryFileInfo.Builder |
Builder for
ZipCentralDirectoryFileInfo. |
| ZipDataDescriptor |
Optional data descriptor immediately after the file-data.
|
| ZipDataDescriptor.Builder |
Builder for
ZipDataDescriptor. |
| ZipFileHeader |
Header of Zip file entries.
|
| ZipFileHeader.Builder |
Builder for
ZipFileHeader. |
| Enum | Description |
|---|---|
| CompressionMethod |
Compression method from the
ZipFileHeader. |
| ExternalFileAttributesUtils.Permission |
Mapping from the posix permissions to unix file modes.
|
| GeneralPurposeFlag | |
| Platform |
Encoded as "version made by" in the
ZipCentralDirectoryFileEntry.getVersionMade(). |
Class representing the various different on-disk representation of Zip files.
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.