Home
last modified time | relevance | path

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

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