Class ZipInputStreamZipEntrySource

  • All Implemented Interfaces:
    Closeable, AutoCloseable, ZipEntrySource

    public class ZipInputStreamZipEntrySource
    extends Object
    implements ZipEntrySource
    Provides a way to get at all the ZipEntries from a ZipInputStream, as many times as required. Allows a ZipInputStream to be treated much like a ZipFile, for a price in terms of memory. Be sure to call close() as soon as you're done, to free up that memory!