Pack200.Pack200StrategyEnum.IN_MEMORY;
private final Map/*<String, String>*/ properties = new HashMap();
public UnPack200() {
super(".pack");
setFactory(new Pack200StreamFactory() {
public CompressorInputStream
getCompressorStream(InputStream stream)
throws IOException {
return new Pack200CompressorInputStream(stream,
strategy