java.util.jar.Pack200.Unpacker |
interface of unpacker
Value | ||||
---|---|---|---|---|
String | DEFLATE_HINT | The String indicating if the unpacker should ignore all transmitted values,can be replaced by either true or false | "unpack.deflate.hint" | |
String | FALSE | a String of false | "false" | |
String | KEEP | a String of keep | "keep" | |
String | PROGRESS | the progress as a percentage | "unpack.progress" | |
String | TRUE | a String of true | "true" |
SortedMap<String, String> | properties() | |||||
void | unpack(InputStream in, JarOutputStream out) | |||||
unpack stream into jarfile with pack arithmetic | ||||||
void | unpack(File in, JarOutputStream out) | |||||
unpack File into jarfile with pack arithmetic |
in | stream to uncompact |
---|---|
out | jarstream of uncompact data |
IOException | if I/O exception occurs |
---|
in | file to be uncompact |
---|---|
out | jarstream of uncompact data |
IOException | if I/O exception occurs |
---|
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |