List of usage examples for java.util.zip ZipFile subclass-usage
From source file org.onehippo.repository.bootstrap.util.PartialZipFile.java
/** * View on a subset of the entries in a zipfile below a certain path. */ public class PartialZipFile extends ZipFile { private final String subPath;