Class PlanitZipFileInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class PlanitZipFileInputStream
    extends InputStream
    A wrapper around a ZipFile's InputStream that keeps the underlying file open while an entry is being streamed. Useful when creating a the zip file stream in one location and we want to return it to another location without the underlying file being closed
    Author:
    markr