Interface ZipEntrySource

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
AesZipFileZipEntrySource, ZipFileZipEntrySource, ZipInputStreamZipEntrySource

public interface ZipEntrySource extends Closeable
An Interface to make getting the different bits of a Zip File easy. Allows you to get at the ZipEntries, without needing to worry about ZipFile vs ZipInputStream being annoyingly very different.
  • Method Details