Package org.pentaho.di.core.compress.zip
Class ZIPCompressionOutputStream
java.lang.Object
java.io.OutputStream
org.pentaho.di.core.compress.CompressionOutputStream
org.pentaho.di.core.compress.zip.ZIPCompressionOutputStream
- 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
void
close()
protected static ZipOutputStream
getDelegate
(OutputStream out) Methods inherited from class org.pentaho.di.core.compress.CompressionOutputStream
getCompressionProvider, write, write, write
Methods inherited from class java.io.OutputStream
flush, nullOutputStream
-
Constructor Details
-
ZIPCompressionOutputStream
-
-
Method Details
-
getDelegate
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classCompressionOutputStream
- Throws:
IOException
-
addEntry
- Overrides:
addEntry
in classCompressionOutputStream
- Throws:
IOException
-