Class SevenZMethodConfiguration


  • public class SevenZMethodConfiguration
    extends Object
    Combines a SevenZMethod with configuration options for the method.

    The exact type and interpretation of options depends on the method being configured. Currently supported are:

    MethodOption TypeDescription
    BZIP2NumberBlock Size - an number between 1 and 9
    DEFLATENumberCompression Level - an number between 1 and 9
    LZMA2NumberDictionary Size - a number between 4096 and 768 MiB (768 << 20)
    LZMA2org.tukaani.xz.LZMA2OptionsWhole set of LZMA2 options.
    DELTA_FILTERNumberDelta Distance - a number between 1 and 256
    Since:
    1.8
    This class is immutable