jdk/src/share/classes/java/util/zip/package.html
changeset 2438 21c111b51aa8
parent 2 90ce3da70b43
child 2592 ef26f663a2ba
equal deleted inserted replaced
2436:ae4667371301 2438:21c111b51aa8
    44   <li><a href="ftp://ftp.uu.net/pub/archiving/zip/doc/appnote-970311-iz.zip">
    44   <li><a href="ftp://ftp.uu.net/pub/archiving/zip/doc/appnote-970311-iz.zip">
    45       Info-ZIP Application Note 970311
    45       Info-ZIP Application Note 970311
    46       </a> - a detailed description of the Info-ZIP format upon which
    46       </a> - a detailed description of the Info-ZIP format upon which
    47       the <code>java.util.zip</code> classes are based.
    47       the <code>java.util.zip</code> classes are based.
    48 <p>
    48 <p>
       
    49   <a name="zip64">
       
    50   <li>An implementation may optionally support the ZIP64(tm) format extensions
       
    51       defined by the 
       
    52       <a href="http://www.pkware.com/documents/casestudies/APPNOTE.TXT">
       
    53       PKWARE ZIP File Format Specification</a>. The ZIP64(tm) format extensions
       
    54       are used to overcome the size limitations of the original ZIP format.
       
    55 <p>
    49   <li><a href="http://www.isi.edu/in-notes/rfc1950.txt">
    56   <li><a href="http://www.isi.edu/in-notes/rfc1950.txt">
    50       ZLIB Compressed Data Format Specification version 3.3</a>
    57       ZLIB Compressed Data Format Specification version 3.3</a>
    51       &nbsp;
    58       &nbsp;
    52       <a href="http://www.isi.edu/in-notes/rfc1950.ps">
    59       <a href="http://www.isi.edu/in-notes/rfc1950.ps">
    53       (PostScript)</a>
    60       (PostScript)</a>
    68       (RFC 1952)
    75       (RFC 1952)
    69 <p>
    76 <p>
    70   <li>CRC-32 checksum is described in RFC 1952 (above)
    77   <li>CRC-32 checksum is described in RFC 1952 (above)
    71 <p>
    78 <p>
    72   <li>Adler-32 checksum is described in RFC 1950 (above)
    79   <li>Adler-32 checksum is described in RFC 1950 (above)
    73 
       
    74 </ul>
    80 </ul>
    75 
    81 
    76 
    82 
    77 <!--
    83 <!--
    78 <h2>Related Documentation</h2>
    84 <h2>Related Documentation</h2>