java.util.jar.Pack200.Packer |
interface of Packer
Value | ||||
---|---|---|---|---|
String | CLASS_ATTRIBUTE_PFX | the format of a class attribute name | "pack.class.attribute." | |
String | CODE_ATTRIBUTE_PFX | the format of a code attribute name | "pack.code.attribute." | |
String | DEFLATE_HINT | the deflation hint to set in the output archive | "pack.deflate.hint" | |
String | EFFORT | the indicated amount of effort to use in compressing the archive. | "pack.effort" | |
String | ERROR | a String of error | "error" | |
String | FALSE | a String of false | "false" | |
String | FIELD_ATTRIBUTE_PFX | the format of a field attribute name | "pack.field.attribute." | |
String | KEEP | a String of keep | "keep" | |
String | KEEP_FILE_ORDER | decide if all elements shall transmit in their original order | "pack.keep.file.order" | |
String | LATEST | a String of latest | "latest" | |
String | METHOD_ATTRIBUTE_PFX | the format of a method attribute name | "pack.method.attribute." | |
String | MODIFICATION_TIME | Packer shall attempt to determine the latest modification time if this is set to LASTEST | "pack.modification.time" | |
String | PASS | a String of pass | "pass" | |
String | PASS_FILE_PFX | the file that will not be compressed. | "pack.pass.file." | |
String | PROGRESS | packer progress as a percentage | "pack.progress" | |
String | SEGMENT_LIMIT | The number of bytes of each archive segment. | "pack.segment.limit" | |
String | STRIP | a String of strip | "strip" | |
String | TRUE | a String of true | "true" | |
String | UNKNOWN_ATTRIBUTE | the action to take if an unknown attribute is encountered. | "pack.unknown.attribute" |
void | pack(JarInputStream in, OutputStream out) | |||||
Pack jarStream with pack arithmetic | ||||||
void | pack(JarFile in, OutputStream out) | |||||
Pack jarfile with pack arithmetic | ||||||
SortedMap<String, String> | properties() |
in | stream of uncompact jar data |
---|---|
out | stream of compact data |
IOException | if I/O exception occurs |
---|
in | jarfile to be compact |
---|---|
out | stream of compact data |
IOException | if I/O exception occurs |
---|
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |