|
|
@@ -284,8 +284,10 @@ public class Jar extends Zip { |
|
|
|
|
|
|
|
/** |
|
|
|
* Create the index list to speed up classloading. |
|
|
|
* This is a JDK 1.3+ specific feature and is disabled by default. |
|
|
|
* {@link http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#JAR%20Index} |
|
|
|
* This is a JDK 1.3+ specific feature and is enabled by default. See |
|
|
|
* <a href="http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#JAR+Index">the |
|
|
|
* JAR index specification</a> for more details. |
|
|
|
* |
|
|
|
* @param zOut the zip stream representing the jar being built. |
|
|
|
* @throws IOException thrown if there is an error while creating the |
|
|
|
* index and adding it to the zip stream. |
|
|
|