MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / getCompressionMethod

Method getCompressionMethod

lib/QuaZip/quazip/JlCompress.h:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 int getCompressionMethod() const {
99 return m_compressionStrategy != Default ? m_compressionStrategy >> 4 : Z_DEFLATED;
100 }
101
102 int getCompressionLevel() const {
103 return m_compressionStrategy != Default ? m_compressionStrategy & 0x0f : Z_DEFAULT_COMPRESSION;

Callers 1

compressFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected