Searched refs:getCompressionMethod (Results 1 – 7 of 7) sorted by relevance
64 public CompressionMethod getCompressionMethod() { in getCompressionMethod() method in CompressionResult
1714 result.getCompressionMethod(), in createSources()
534 if (zipEntry.getCompressionMethod() != COMPRESSION_METHOD_STORED) in unzipPartialZipFile()553 if (zipEntry.getCompressionMethod() == COMPRESSION_METHOD_STORED) { in unzipPartialZipFile()555 } else if (zipEntry.getCompressionMethod() == COMPRESSION_METHOD_DEFLATE) { in unzipPartialZipFile()573 localFileHeader.getCompressionMethod())); in unzipPartialZipFile()
47 public int getCompressionMethod() { in getCompressionMethod() method in LocalFileHeader
53 public int getCompressionMethod() { in getCompressionMethod() method in CentralDirectoryInfo
98 public short getCompressionMethod() { in getCompressionMethod() method in CentralDirectoryRecord
228 (cdRecord.getCompressionMethod() != ZipUtils.COMPRESSION_METHOD_STORED); in getRecord()