com.izforge.izpack.compressor |
|
Java Source File Name | Type | Comment |
BZip2PackCompressor.java | Class | IzPack will be able to support different compression methods for the
packs included in the installation jar file. |
DefaultPackCompressor.java | Class | IzPack will be able to support different compression methods for the
packs included in the installation jar file. |
PackCompressor.java | Interface | IzPack will be able to support different compression methods for the
packs included in the installation jar file. |
PackCompressorBase.java | Class | IzPack will be able to support different compression methods for the
packs included in the installation jar file. |
PackCompressorFactory.java | Class | IzPack will be able to support different compression methods for the
packs included in the installation jar file.
This class is the factory which offers different "compressors" to
IzPack. |
RawPackCompressor.java | Class | IzPack will be able to support different compression methods for the
packs included in the installation jar file. |