Searched defs:central (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dzip.cpp152 // Copy the whole thing into the central directory.
222 // Number of entries in central directory.
225 // Size of the central directory}
228 // Offset of central directory within disk.
234 // Write the central directory.
302 // Write out the central directory and close the jar file.
303 void jar::closeJarFile(bool central) { argument
306 if (central) write_central_directory();

Completed in 34 milliseconds