Searched refs:compressionMethod (Results 1 – 5 of 5) sorted by relevance
47 int compressionMethod = -1, time = -1, modDate = -1; field in ZipEntry129 return compressionMethod; in getMethod()248 compressionMethod = value; in setMethod()315 compressionMethod = ze.compressionMethod; in ZipEntry()363 compressionMethod = it.readShort(); in ZipEntry()
158 if (currentEntry.compressionMethod == ZipEntry.DEFLATED) { in closeEntry()307 if (currentEntry.compressionMethod == ZipEntry.STORED) { in read()
268 if (entry.compressionMethod == ZipEntry.DEFLATED) {
52 private String compressionMethod; field in OpenSSLSessionImpl335 if (compressionMethod == null) { in getCompressionMethod()336 compressionMethod in getCompressionMethod()340 return compressionMethod; in getCompressionMethod()
228 String compressionMethod = session.getCompressionMethod(); in getCachedClientSession() local229 if (!compressionMethod.equals(NativeCrypto.SUPPORTED_COMPRESSION_METHOD_NULL)) { in getCachedClientSession()232 if (compressionMethod.equals(enabledCompressionMethod)) { in getCachedClientSession()