src/share/classes/java/util/zip/package.html

Print this page

        

*** 44,53 **** --- 44,60 ---- <li><a href="ftp://ftp.uu.net/pub/archiving/zip/doc/appnote-970311-iz.zip"> Info-ZIP Application Note 970311 </a> - a detailed description of the Info-ZIP format upon which the <code>java.util.zip</code> classes are based. <p> + <a name="zip64"> + <li>An implementation may optionally support the ZIP64(tm) format extensions + defined by the + <a href="http://www.pkware.com/documents/casestudies/APPNOTE.TXT"> + PKWARE ZIP File Format Specification</a>. The ZIP64(tm) format extensions + are used to overcome the size limitations of the original ZIP format. + <p> <li><a href="http://www.isi.edu/in-notes/rfc1950.txt"> ZLIB Compressed Data Format Specification version 3.3</a> &nbsp; <a href="http://www.isi.edu/in-notes/rfc1950.ps"> (PostScript)</a>
*** 68,78 **** (RFC 1952) <p> <li>CRC-32 checksum is described in RFC 1952 (above) <p> <li>Adler-32 checksum is described in RFC 1950 (above) - </ul> <!-- <h2>Related Documentation</h2> --- 75,84 ----