Home
last modified time | relevance | path

Searched refs:getMethodByCode (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipMethod.java220 public static ZipMethod getMethodByCode(final int code) { in getMethodByCode() method in ZipMethod
DZipUtil.java351 final ZipMethod m = ZipMethod.getMethodByCode(ze.getMethod()); in checkRequestedFeatures()
DZipFile.java490 switch (ZipMethod.getMethodByCode(ze.getMethod())) { in getInputStream()