< prev index next >

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

Print this page

        

@@ -38,10 +38,11 @@
  * This class implements an input stream filter for reading files in the
  * ZIP file format. Includes support for both compressed and uncompressed
  * entries.
  *
  * @author      David Connelly
+ * @since 1.1
  */
 public
 class ZipInputStream extends InflaterInputStream implements ZipConstants {
     private ZipEntry entry;
     private int flag;
< prev index next >