Class 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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.