List of usage examples for org.apache.poi.openxml4j.util ZipEntrySource interface-usage
From source file com.github.poi.AesZipFileZipEntrySource.java
public class AesZipFileZipEntrySource implements ZipEntrySource, Closeable { final File tmpFile; final ZipFile zipFile; final Cipher ci; boolean closed;