Package SevenZip

Class LzmaAlone.CommandLine

  • Enclosing class:
    LzmaAlone

    public static class LzmaAlone.CommandLine
    extends java.lang.Object
    • Field Detail

      • 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 java.lang.String InFile
      • OutFile

        public java.lang.String OutFile
    • Constructor Detail

      • CommandLine

        public CommandLine()
    • Method Detail

      • Parse

        public boolean Parse​(java.lang.String[] args)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception