Package | Description |
---|---|
org.apache.commons.compress.harmony.pack200 |
Modifier and Type | Method and Description |
---|---|
static void |
PackingUtils.config(PackingOptions options) |
void |
Segment.pack(org.apache.commons.compress.harmony.pack200.Archive.SegmentUnit segmentUnit,
java.io.OutputStream out,
PackingOptions options)
The main method on Segment.
|
Constructor and Description |
---|
Archive(java.util.jar.JarFile jarFile,
java.io.OutputStream outputStream,
PackingOptions options)
Creates an Archive with the given input file and a stream for the output
|
Archive(java.util.jar.JarInputStream inputStream,
java.io.OutputStream outputStream,
PackingOptions options)
Creates an Archive with streams for the input and output.
|
FileBands(CpBands cpBands,
SegmentHeader segmentHeader,
PackingOptions options,
org.apache.commons.compress.harmony.pack200.Archive.SegmentUnit segmentUnit,
int effort) |