< prev index next >

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

Print this page
8203328: Rename EFS in java.util.zip internals to something meaningful
Reviewed-by: sherman

@@ -52,19 +52,18 @@
     protected byte[] buf;
 
     /**
      * Indicates that the stream has been closed.
      */
-
     private boolean closed = false;
 
     private final boolean syncFlush;
 
     /**
      * Creates a new output stream with the specified compressor,
      * buffer size and flush mode.
-
+     *
      * @param out the output stream
      * @param def the compressor ("deflater")
      * @param size the output buffer size
      * @param syncFlush
      *        if {@code true} the {@link #flush()} method of this
< prev index next >