< prev index next >

src/java.base/share/classes/java/util/zip/Inflater.java

Print this page

        

*** 28,38 **** /** * This class provides support for general purpose decompression using the * popular ZLIB compression library. The ZLIB compression library was * initially developed as part of the PNG graphics standard and is not * protected by patents. It is fully described in the specifications at ! * the <a href="package-summary.html#package_description">java.util.zip * package description</a>. * * <p>The following code fragment demonstrates a trivial compression * and decompression of a string using {@code Deflater} and * {@code Inflater}. --- 28,38 ---- /** * This class provides support for general purpose decompression using the * popular ZLIB compression library. The ZLIB compression library was * initially developed as part of the PNG graphics standard and is not * protected by patents. It is fully described in the specifications at ! * the <a href="package-summary.html#package.description">java.util.zip * package description</a>. * * <p>The following code fragment demonstrates a trivial compression * and decompression of a string using {@code Deflater} and * {@code Inflater}.
< prev index next >