Class SprmUncompressor

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SprmUncompressor()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean getFlag​(int x)
      Converts an int into a boolean.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SprmUncompressor

        protected SprmUncompressor()
    • Method Detail

      • getFlag

        public static boolean getFlag​(int x)
        Converts an int into a boolean. If the int is non-zero, it returns true. Otherwise it returns false.
        Parameters:
        x - The int to convert.
        Returns:
        A boolean whose value depends on x.