Class ZipFileInputStream

All Implemented Interfaces:
Closeable, AutoCloseable

public class ZipFileInputStream extends BufferedInputStream
Represents an InputStream from a provided File: In case the file points to a ZIP compressed file, then the uncompressed data of the therein contained file with the same name excluding the ".zip" extension is provided by the InputStream.