Class ZipFileZipEntrySource

java.lang.Object
org.apache.poi.openxml4j.util.ZipFileZipEntrySource
All Implemented Interfaces:
Closeable, AutoCloseable, ZipEntrySource

public class ZipFileZipEntrySource extends Object implements ZipEntrySource
A ZipEntrySource wrapper around a ZipFile. Should be as low in terms of memory as a normal ZipFile implementation is.