|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.izforge.izpack.compressor.PackCompressorBase
com.izforge.izpack.compressor.RawPackCompressor
public class RawPackCompressor
IzPack will be able to support different compression methods for the packs included in the installation jar file. This class implements the PackCompressor for the compression format "raw".
Field Summary | |
---|---|
private static java.lang.String[] |
THIS_FORMAT_NAMES
|
Fields inherited from class com.izforge.izpack.compressor.PackCompressorBase |
---|
containerPaths, decoderClassNames, decoderMapper, encoderClassName, formatNames, paramsClasses |
Constructor Summary | |
---|---|
RawPackCompressor()
|
Method Summary | |
---|---|
java.io.OutputStream |
getOutputStream(java.io.OutputStream os)
Returns a newly created output stream which write method writes the given input encoded to the defined output stream. |
Methods inherited from class com.izforge.izpack.compressor.PackCompressorBase |
---|
getCompressionFormatSymbols, getCompressionLevel, getContainerPaths, getDecoderClassNames, getDecoderMapperName, getEncoderClassName, getOutputInstance, loadClass, needsBufferedOutputStream, resolveConstructorParams, setCompiler, setCompressionLevel, useStandardCompression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.lang.String[] THIS_FORMAT_NAMES
Constructor Detail |
---|
public RawPackCompressor()
Method Detail |
---|
public java.io.OutputStream getOutputStream(java.io.OutputStream os)
PackCompressor
os
- output stream to be used as listener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |