Module: Zlib

Defined in:
lib/archive/support/zlib.rb

Overview

:nodoc:

Defined Under Namespace

Classes: ZReader, ZWriter

Constant Summary collapse

MAX_WBITS =
Deflate::MAX_WBITS
RLE =

A deflate strategy which limits match distances to 1, also known as run-length encoding.

3
FIXED =

A deflate strategy which does not use dynamic Huffman codes, allowing for a simpler decoder to be used to inflate.

4