Class 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.