< prev index next >

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

Print this page

        

@@ -39,10 +39,11 @@
  * This class implements an output stream filter for writing files in the
  * ZIP file format. Includes support for both compressed and uncompressed
  * entries.
  *
  * @author      David Connelly
+ * @since 1.1
  */
 public
 class ZipOutputStream extends DeflaterOutputStream implements ZipConstants {
 
     /**
< prev index next >