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,
OutputStream out,
PackingOptions options)
The main method on Segment.
|
Constructor and Description |
---|
Archive(JarFile jarFile,
OutputStream outputStream,
PackingOptions options)
Creates an Archive with the given input file and a stream for the output
|
Archive(JarInputStream inputStream,
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) |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.