Home
last modified time | relevance | path

Searched refs:getMethodByCode (Results 1 – 4 of 4) 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()
DZipArchiveInputStream.java327 ZipMethod m = ZipMethod.getMethodByCode(current.entry.getMethod()); in getNextZipEntry()
465 … throw new UnsupportedZipFeatureException(ZipMethod.getMethodByCode(current.entry.getMethod()), in read()
DZipFile.java490 switch (ZipMethod.getMethodByCode(ze.getMethod())) { in getInputStream()