Module: Omnizip::Formats::SevenZip::Constants

Overview

Constants for .7z archive format Based on 7-Zip specification

Defined Under Namespace

Modules: FilterId, MethodId, PropertyId

Constant Summary collapse

SIGNATURE =

Archive signature and header

"7z\xBC\xAF\x27\x1C".b.freeze
SIGNATURE_SIZE =
6
START_HEADER_SIZE =

0x20

32
MAJOR_VERSION =
0
MINOR_VERSION =
4
MAX_NUM_CODERS =

Maximum limits

4
MAX_NUM_BONDS =
3
MAX_NUM_PACK_STREAMS =
4