Example usage for org.apache.poi.openxml4j.util ZipEntrySource interface-usage

List of usage examples for org.apache.poi.openxml4j.util ZipEntrySource interface-usage

Introduction

In this page you can find the example usage for org.apache.poi.openxml4j.util ZipEntrySource interface-usage.

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;