Package lzma.sdk.lzma

Class Base


  • public class Base
    extends Object
    • Constructor Detail

      • Base

        public Base()
    • Method Detail

      • stateInit

        public static int stateInit()
      • stateUpdateChar

        public static int stateUpdateChar​(int index)
      • stateUpdateMatch

        public static int stateUpdateMatch​(int index)
      • stateUpdateRep

        public static int stateUpdateRep​(int index)
      • stateUpdateShortRep

        public static int stateUpdateShortRep​(int index)
      • stateIsCharState

        public static boolean stateIsCharState​(int index)
      • getLenToPosState

        public static int getLenToPosState​(int len)