Searched refs:getCompressionMethod (Results 1 – 8 of 8) sorted by relevance
575 if (zipEntry.getCompressionMethod() != COMPRESSION_METHOD_STORED in unzipPartialZipFile()604 if (zipEntry.getCompressionMethod() == COMPRESSION_METHOD_STORED) { in unzipPartialZipFile()606 } else if (zipEntry.getCompressionMethod() == COMPRESSION_METHOD_DEFLATE) { in unzipPartialZipFile()624 localFileHeader.getCompressionMethod())); in unzipPartialZipFile()683 if (zipEntry.getCompressionMethod() == COMPRESSION_METHOD_STORED) { in unzipSymlink()685 } else if (zipEntry.getCompressionMethod() == COMPRESSION_METHOD_DEFLATE) { in unzipSymlink()702 zipEntry.getCompressionMethod())); in unzipSymlink()
64 public CompressionMethod getCompressionMethod() { in getCompressionMethod() method in CompressionResult
1714 result.getCompressionMethod(), in createSources()
47 public int getCompressionMethod() { in getCompressionMethod() method in LocalFileHeader
52 public int getCompressionMethod() { in getCompressionMethod() method in CentralDirectoryInfo
102 assertEquals(info.getCompressionMethod(), 0); in centralDirectoryInfo()
98 public short getCompressionMethod() { in getCompressionMethod() method in CentralDirectoryRecord
228 (cdRecord.getCompressionMethod() != ZipUtils.COMPRESSION_METHOD_STORED); in getRecord()