A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Z
Z
- Zip64ExtendedInformationExtraField - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- Holds size and other extended information for entries that use Zip64 features.
- Zip64Mode - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- The different modes ZipArchiveOutputStream can operate in.
- Zip64RequiredException - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- Exception thrown when attempting to write data that requires Zip64 support to an archive and UseZip64 has been set to Never.
- ZipArchiveEntry - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- Extension that adds better handling of extra fields and provides access to the internal and external file attributes.
- ZipArchiveEntry.CommentSource - class in org.readium.r2.shared.util.zip.compress.archivers.zip.ZipArchiveEntry
- Indicates how the comment of this entry has been determined.
- ZipArchiveEntry.ExtraFieldParsingMode - class in org.readium.r2.shared.util.zip.compress.archivers.zip.ZipArchiveEntry
- How to try to parse the extra fields.
- ZipArchiveEntry.NameSource - class in org.readium.r2.shared.util.zip.compress.archivers.zip.ZipArchiveEntry
- Indicates how the name of this entry has been determined.
- ZipArchiveEntryPredicate - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- A predicate to test if a #ZipArchiveEntry matches a criteria.
- ZipArchiveEntryRequest - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- A Thread-safe representation of a ZipArchiveEntry that is used to add entries to parallel archives.
- ZipArchiveOpener - class in org.readium.r2.shared.util.zip
- ZipArchiveOutputStream - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- Reimplementation of java.util.zip.ZipOutputStream that does handle the extended functionality of this package, especially internal/external file attributes and extra fields with different layouts for local file data and central directory entries.
- ZipArchiveOutputStream.UnicodeExtraFieldPolicy - class in org.readium.r2.shared.util.zip.compress.archivers.zip.ZipArchiveOutputStream
- enum that represents the possible policies for creating Unicodeextra fields.
- ZipEightByteInteger - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- Utility class that represents an eight byte integer with conversion rules for the little endian byte order of ZIP files.
- ZipEncoding - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- An interface for encoders that do a pretty encoding of ZIP file names.
- ZipEncodingHelper - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- Static helper functions for robustly encoding file names in zip files.
- zipEntryWriter() - function in org.readium.r2.shared.util.zip.compress.archivers.zip.ScatterZipOutputStream
- Get a zip entry writer for this scatter stream.
- ZipExtraField - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- General format of extra field data.
- ZipFile - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- Replacement for
{@code java.util.ZipFile}. - ZipLong - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- Utility class that represents a four byte integer with conversion rules for the little endian byte order of ZIP files.
- ZipMethod - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- List of known compression methods Many of these methods are currently not supported by commons compress
- ZipShort - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- Utility class that represents a two byte integer with conversion rules for the little endian byte order of ZIP files.
- ZipSniffer - class in org.readium.r2.shared.util.format
- Sniffs a ZIP archive.
- ZipSplitReadOnlySeekableByteChannel - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- MultiReadOnlySeekableByteChannel that knows what a split ZIP archive should look like.
- ZipUtil - class in org.readium.r2.shared.util.zip.compress.archivers.zip
- Utility class for handling DOS and Java time conversions.