Home | History | Annotate | Download | only in jar

Lines Matching defs:unpack

87  *        unpacker.unpack(f, jostream);
199 * and to pack a JAR, you must first pack and unpack the JAR to
536 * <tt>unpack.</tt> are reserved for use by this API.
665 String DEFLATE_HINT = "unpack.deflate.hint";
680 String PROGRESS = "unpack.progress";
698 * <tt>unpack.</tt> are reserved for use by this API.
721 void unpack(InputStream in, JarOutputStream out) throws IOException;
732 void unpack(File in, JarOutputStream out) throws IOException;