Class ZipFileOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class ZipFileOutputStream extends BufferedOutputStream
Represents an OutputStream to a provided File: In case the file points to a ZIP compressed file, then a therein to be contained file with the same name excluding the ".zip" extension is created by the OutputStream.