< prev index next >

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

Print this page

        

*** 30,39 **** --- 30,40 ---- /** * This class implements a stream filter for writing compressed data in * the GZIP file format. * @author David Connelly + * @since 1.1 * */ public class GZIPOutputStream extends DeflaterOutputStream { /**
< prev index next >