Module: HttpZip

Defined in:
lib/http_zip/file.rb,
lib/http_zip/entry.rb,
lib/http_zip/errors.rb,
lib/http_zip/version.rb,
lib/http_zip/range_request.rb,
lib/http_zip/compression/stored.rb,
lib/http_zip/compression/deflate.rb,
lib/http_zip/parser/central_directory.rb,
lib/http_zip/parser/central_directory_file_header.rb

Defined Under Namespace

Modules: Compression, Parser Classes: ContentRangeError, Entry, Error, File, RangeRequest, RequestError, ZipError

Constant Summary collapse

MAXIMUM_EOCD_AND_EOCD64_LOCATOR_SIZE =

256x256 bytes is the maximum length of the EOCD comment, 22 bytes is the remaining EOCD size 20 bytes is the EOCD64 locator size

(256 * 256) + 22 + 20
EOCD64_SIZE_WITHOUT_COMMENT =
56
VERSION =
"2.1.1"