Home
last modified time | relevance | path

Searched refs:IMPLODING (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DExplodeSupportTest.java44 assertEquals("method", ZipMethod.IMPLODING.getCode(), entry.getMethod()); in testArchiveWithImplodeCompression()
76 assertEquals("method", ZipMethod.IMPLODING.getCode(), entry.getMethod()); in testZipStreamWithImplodeCompression()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipMethod.java88 IMPLODING(6), enumConstant
DZipUtil.java333 || entry.getMethod() == ZipMethod.IMPLODING.getCode() in supportsMethodOf()
DZipFile.java495 case IMPLODING: in getInputStream()
DZipArchiveOutputStream.java906 return zae.getMethod() != ZipMethod.IMPLODING.getCode() in canWriteEntryData()