< prev index next >

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

Print this page

        

*** 39,48 **** --- 39,49 ---- * 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 >