public abstract class Pack200
extends java.lang.Object
Pack200.Packer
and Pack200.Unpacker
.Modifier and Type | Class and Description |
---|---|
static interface |
Pack200.Packer
The interface defining the API for converting a JAR file to an output
stream in the Pack200 format.
|
static interface |
Pack200.Unpacker
The interface defining the API for converting a packed stream in the
Pack200 format to a JAR file.
|
Modifier and Type | Method and Description |
---|---|
static Pack200.Packer |
newPacker()
Returns a new instance of a packer engine.
|
static Pack200.Unpacker |
newUnpacker()
Returns a new instance of a unpacker engine.
|
public static Pack200.Packer newPacker()
The implementation of the packer engine is defined by the system property
'java.util.jar.Pack200.Packer'
. If this system property is
defined an instance of the specified class is returned, otherwise the
system's default implementation is returned.
Packer
public static Pack200.Unpacker newUnpacker()
The implementation of the unpacker engine is defined by the system
property 'java.util.jar.Pack200.Unpacker'
. If this system
property is defined an instance of the specified class is returned,
otherwise the system's default implementation is returned.
Unpacker
.Copyright © 2010 - 2023 Adobe. All Rights Reserved