module Zip::DeflateCompressionHelper
Overview
Helper methods for compressing and decompressing deflated data.
Direct including types
Defined in:
Constant Summary
-
ZALLOC_PROC =
LibZ::AllocFunc.new do |data, num_items, size| GC.malloc(num_items * size) end
-
ZFREE_PROC =
LibZ::FreeFunc.new do |data, addr| GC.free(addr) end
-
ZLIB_VERSION =
LibZ.zlibVersion