Class PlanitZipInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class PlanitZipInputStream
    extends ZipInputStream
    A wrapper around a ZipInputStream that keeps the underlying input streams alive. Useful when creating a zip input stream in one location and we want to return it to another location without the underlying streams going out of scope
    Author:
    markr