package.html revision 0
1183N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1183N/A<html>
1183N/A<head>
1183N/A<!--
1183N/ACopyright 1998-2002 Sun Microsystems, Inc. All Rights Reserved.
1183N/ADO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1183N/A
1183N/AThis code is free software; you can redistribute it and/or modify it
1183N/Aunder the terms of the GNU General Public License version 2 only, as
1183N/Apublished by the Free Software Foundation. Sun designates this
1183N/Aparticular file as subject to the "Classpath" exception as provided
1183N/Aby Sun in the LICENSE file that accompanied this code.
1183N/A
1183N/AThis code is distributed in the hope that it will be useful, but WITHOUT
1183N/AANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1183N/AFITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1183N/Aversion 2 for more details (a copy is included in the LICENSE file that
1183N/Aaccompanied this code).
1183N/A
1183N/AYou should have received a copy of the GNU General Public License version
1183N/A2 along with this work; if not, write to the Free Software Foundation,
1183N/AInc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1183N/A
1183N/APlease contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
1183N/ACA 95054 USA or visit www.sun.com if you need additional information or
1183N/Ahave any questions.
1183N/A-->
1183N/A
1183N/A</head>
1183N/A<body bgcolor="white">
1183N/A
1183N/AProvides classes for reading and writing the standard ZIP and GZIP
1183N/Afile formats. Also includes classes for compressing and decompressing
1183N/Adata using the DEFLATE compression algorithm, which is used by the
1183N/AZIP and GZIP file formats. Additionally, there are utility classes
1183N/Afor computing the CRC-32 and Adler-32 checksums of arbitrary
1183N/Ainput streams.
1183N/A
1183N/A
1183N/A<h2>Package Specification</h2>
1183N/A
1183N/A</a>
1183N/A<ul>
1183N/A <li><a href="ftp://ftp.uu.net/pub/archiving/zip/doc/appnote-970311-iz.zip">
1183N/A Info-ZIP Application Note 970311
1183N/A </a> - a detailed description of the Info-ZIP format upon which
1183N/A the <code>java.util.zip</code> classes are based.
1183N/A<p>
1183N/A <li><a href="http://www.isi.edu/in-notes/rfc1950.txt">
1183N/A ZLIB Compressed Data Format Specification version 3.3</a>
&nbsp;
<a href="http://www.isi.edu/in-notes/rfc1950.ps">
(PostScript)</a>
(RFC 1950)
<p>
<li><a href="http://www.isi.edu/in-notes/rfc1951.txt">
DEFLATE Compressed Data Format Specification version 1.3</a>
&nbsp;
<a href="http://www.isi.edu/in-notes/rfc1951.ps">
(PostScript)</a>
(RFC 1951)
<p>
<li><a href="http://www.isi.edu/in-notes/rfc1952.txt">
GZIP file format specification version 4.3</a>
&nbsp;
<a href="http://www.isi.edu/in-notes/rfc1952.ps">
(PostScript)</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>
<!--
<h2>Related Documentation</h2>
For overviews, tutorials, examples, guides, and tool documentation, please see:
<ul>
<li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>
</ul>
-->
@since JDK1.1
</body>
</html>