Searched refs:DEFLATE_MIN_VERSION (Results 1 – 2 of 2) sorted by relevance
45 static final int DEFLATE_MIN_VERSION = 20; field in ZipConstants
44 import static org.apache.commons.compress.archivers.zip.ZipConstants.DEFLATE_MIN_VERSION;1504 return zipMethod == DEFLATED ? DEFLATE_MIN_VERSION : INITIAL_VERSION; in versionNeededToExtractMethod()