Lines Matching defs:in

9  * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
38 * Transforms a JAR file to or from a packed stream in Pack200 format.
103 * method in this class will cause a {@link NullPointerException} to be thrown.
171 * by using a number of techniques described in the JSR 200 specification.
184 * as specified in
193 * Note that packing and unpacking a JAR will in general alter the
194 * bytewise contents of classfiles in the JAR. This means that packing
195 * and unpacking will in general invalidate any digital signatures
213 * set to accommodate the class files present in the input JAR file. In
226 * constructor or method in this class will cause a {@link NullPointerException}
234 * (in bytes) of each archive segment.
241 * Larger archive segments result in less fragmentation and
245 * input file to be transmitted in the segment, along with the size
261 * all elements in their original order within the source archive.
276 * use the indicated amount of effort in compressing the archive.
292 * will set the deflation hint accordingly in the output archive, and
314 * among all the available entries in the original archive or the latest
315 * modification time of all the available entries in each segment.
317 * to all the entries in each segment, {@link #SEGMENT_LIMIT}.
347 * occurrences in the JAR file.
358 * # Pass all files in an entire directory hierarchy:
393 * using the layout language specified in the JSR 200 specification.
395 * For example, the effect of this option is built in:
425 * For example, the effect of this option is built in:
436 * For example, the effect of this option is built in:
447 * For example, the effect of this option is built in:
523 * are immediately visible in the map.
551 * @param in a JarFile
555 void pack(JarFile in, OutputStream out) throws IOException ;
567 * @param in a JarInputStream
571 void pack(JarInputStream in, OutputStream out) throws IOException ;
604 * constructor or method in this class will cause a {@link NullPointerException}
657 * are immediately visible in the map.
687 * @param in an InputStream.
691 void unpack(InputStream in, JarOutputStream out) throws IOException;
698 * @param in a File.
702 void unpack(File in, JarOutputStream out) throws IOException;
752 " in your properties file.", e);
756 " in your properties file.", e);
760 " in your properties file.", e);