Class LZMAEncoder.LZMAProperties

  • Enclosing class:
    LZMAEncoder

    public static class LZMAEncoder.LZMAProperties
    extends Object
    • Constructor Detail

      • LZMAProperties

        public LZMAProperties()
      • LZMAProperties

        public LZMAProperties​(int algorithm,
                              int dictionarySize,
                              int numFastBytes,
                              int matchFinder,
                              int lc,
                              int lp,
                              int pb)
    • Method Detail

      • getLc

        public int getLc()
      • setLc

        public void setLc​(int Lc)
      • getLp

        public int getLp()
      • setLp

        public void setLp​(int Lp)
      • getPb

        public int getPb()
      • setPb

        public void setPb​(int Pb)
      • getAlgorithm

        public int getAlgorithm()
      • setAlgorithm

        public void setAlgorithm​(int algorithm)
      • getDictionarySize

        public int getDictionarySize()
      • setDictionarySize

        public void setDictionarySize​(int dictionarySize)
      • getMatchFinder

        public int getMatchFinder()
      • setMatchFinder

        public void setMatchFinder​(int matchFinder)
      • getNumFastBytes

        public int getNumFastBytes()
      • setNumFastBytes

        public void setNumFastBytes​(int numFastBytes)