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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
protected static GZIPOutputStream
getDelegate
(OutputStream out) Methods inherited from class org.pentaho.di.core.compress.CompressionOutputStream
addEntry, getCompressionProvider, write, write, write
Methods 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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classCompressionOutputStream
- Throws:
IOException
-