Home
last modified time | relevance | path

Searched refs:INITIAL_VERSION (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipConstants.java39 static final int INITIAL_VERSION = 10; field in ZipConstants
DZipArchiveOutputStream.java46 import static org.apache.commons.compress.archivers.zip.ZipConstants.INITIAL_VERSION;
1504 return zipMethod == DEFLATED ? DEFLATE_MIN_VERSION : INITIAL_VERSION; in versionNeededToExtractMethod()