Interface | Description |
---|---|
CustomZipOutputStream.Impl | |
JarBuilder.Observer | |
JarEntryContainer |
Represents a container for entries to be added to a jar file by @{link JarBuilder}.
|
Class | Description |
---|---|
BestCompressionGZIPOutputStream | |
CustomJarOutputStream |
Extension of
CustomZipOutputStream with jar-specific functionality. |
CustomZipEntry | |
CustomZipOutputStream |
An implementation of an
OutputStream that will zip output. |
DeterministicManifest |
A manifest implementation whose formatted output is deterministic given the same input (entries
and attributes are sorted).
|
DeterministicZipBuilder | |
JarBuilder | |
JarEntrySupplier |
Encapsulates a file or directory to be added as a single entry to a jar by
JarBuilder . |
OverwritingZipOutputStreamImpl |
An implementation of an
OutputStream for zip files that allows newer entries to overwrite
or refresh previously written entries. |
Zip | |
ZipConstants | |
ZipOutputStreams | |
ZipScrubber |
Tool to eliminate non-deterministic or problematic bits of zip files.
|
Enum | Description |
---|---|
ZipCompressionLevel | |
ZipOutputStreams.HandleDuplicates |