< prev index next >

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

Print this page

        

*** 35,44 **** --- 35,45 ---- * the "deflate" compression format. It is also used as the basis for other * types of compression filters, such as GZIPOutputStream. * * @see Deflater * @author David Connelly + * @since 1.1 */ public class DeflaterOutputStream extends FilterOutputStream { /** * Compressor for this stream.
< prev index next >