Class GZIPCompressionOutputStream
java.lang.Object
java.io.OutputStream
org.pentaho.di.core.compress.CompressionOutputStream
org.pentaho.di.core.compress.gzip.GZIPCompressionOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
-
Field Summary
Fields inherited from class org.pentaho.di.core.compress.CompressionOutputStream
delegate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected static GZIPOutputStreamgetDelegate(OutputStream out) Methods inherited from class org.pentaho.di.core.compress.CompressionOutputStream
addEntry, getCompressionProvider, write, write, writeMethods inherited from class java.io.OutputStream
flush, nullOutputStream
-
Constructor Details
-
GZIPCompressionOutputStream
public GZIPCompressionOutputStream(OutputStream out, CompressionProvider provider) throws IOException - Throws:
IOException
-
-
Method Details
-
getDelegate
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classCompressionOutputStream- Throws:
IOException
-