Package 

Class PropertyUtils

    • Method Summary

      Modifier and Type Method Description
      static boolean isInvalidName(String string) isInvalidName
      static boolean checkProperty(JSONObject properties) checkProperty
      static Array<byte> cutToBytes(String s, int charLimit) cut string by byte limitations
      • Methods inherited from class java.lang.Object

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

      • isInvalidName

         static boolean isInvalidName(String string)

        isInvalidName

        Parameters:
        string - Name
      • checkProperty

         static boolean checkProperty(JSONObject properties)

        checkProperty

        Parameters:
        properties - Properties
      • cutToBytes

         static Array<byte> cutToBytes(String s, int charLimit)

        cut string by byte limitations

        Parameters:
        s - String
        charLimit - byte limitations