< prev index next >

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

Print this page

        

@@ -35,10 +35,11 @@
  * "deflate" compression format. It is also used as the basis for other
  * decompression filters, such as GZIPInputStream.
  *
  * @see         Inflater
  * @author      David Connelly
+ * @since 1.1
  */
 public
 class InflaterInputStream extends FilterInputStream {
     /**
      * Decompressor for this stream.
< prev index next >