Package SevenZip

Class LzmaAlone.CommandLine

java.lang.Object
SevenZip.LzmaAlone.CommandLine
Enclosing class:
LzmaAlone

public static class LzmaAlone.CommandLine extends Object
  • Field Details

    • kEncode

      public static final int kEncode
      See Also:
    • kDecode

      public static final int kDecode
      See Also:
    • kBenchmak

      public static final int kBenchmak
      See Also:
    • Command

      public int Command
    • NumBenchmarkPasses

      public int NumBenchmarkPasses
    • DictionarySize

      public int DictionarySize
    • DictionarySizeIsDefined

      public boolean DictionarySizeIsDefined
    • Lc

      public int Lc
    • Lp

      public int Lp
    • Pb

      public int Pb
    • Fb

      public int Fb
    • FbIsDefined

      public boolean FbIsDefined
    • Eos

      public boolean Eos
    • Algorithm

      public int Algorithm
    • MatchFinder

      public int MatchFinder
    • InFile

      public String InFile
    • OutFile

      public String OutFile
  • Constructor Details

    • CommandLine

      public CommandLine()
  • Method Details