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

Print this page

        

*** 37,85 **** input streams. <h2>Package Specification</h2> - </a> <ul> <li><a href="http://www.info-zip.org/doc/appnote-19970311-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> ! <a name="lang_encoding"> ! <li>APPENDIX D of <a href="http://www.pkware.com/documents/casestudies/APPNOTE.TXT"> PKWARE ZIP File Format Specification</a> - Language Encoding Flag (EFS) to encode ZIP entry filename and comment fields using UTF-8. - <p> <li><a href="http://www.ietf.org/rfc/rfc1950.txt"> ZLIB Compressed Data Format Specification version 3.3</a> &nbsp; <a href="http://www.ietf.org/rfc/rfc1950.txt.pdf">(pdf)</a> (RFC 1950) - <p> <li><a href="http://www.ietf.org/rfc/rfc1951.txt"> DEFLATE Compressed Data Format Specification version 1.3</a> &nbsp; <a href="http://www.ietf.org/rfc/rfc1951.txt.pdf">(pdf)</a> (RFC 1951) - <p> <li><a href="http://www.ietf.org/rfc/rfc1952.txt"> GZIP file format specification version 4.3</a> &nbsp; <a href="http://www.ietf.org/rfc/rfc1952.txt.pdf">(pdf)</a> (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> <!-- --- 37,75 ---- input streams. <h2>Package Specification</h2> <ul> <li><a href="http://www.info-zip.org/doc/appnote-19970311-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. ! <li><a name="zip64">An implementation may optionally support the ZIP64(tm) format extensions ! defined by the </a> <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. ! <li><a name="lang_encoding">APPENDIX D of </a><a href="http://www.pkware.com/documents/casestudies/APPNOTE.TXT"> PKWARE ZIP File Format Specification</a> - Language Encoding Flag (EFS) to encode ZIP entry filename and comment fields using UTF-8. <li><a href="http://www.ietf.org/rfc/rfc1950.txt"> ZLIB Compressed Data Format Specification version 3.3</a> &nbsp; <a href="http://www.ietf.org/rfc/rfc1950.txt.pdf">(pdf)</a> (RFC 1950) <li><a href="http://www.ietf.org/rfc/rfc1951.txt"> DEFLATE Compressed Data Format Specification version 1.3</a> &nbsp; <a href="http://www.ietf.org/rfc/rfc1951.txt.pdf">(pdf)</a> (RFC 1951) <li><a href="http://www.ietf.org/rfc/rfc1952.txt"> GZIP file format specification version 4.3</a> &nbsp; <a href="http://www.ietf.org/rfc/rfc1952.txt.pdf">(pdf)</a> (RFC 1952) <li>CRC-32 checksum is described in RFC 1952 (above) <li>Adler-32 checksum is described in RFC 1950 (above) </ul> <!--