模块 mxlib.api

类 ImageStringsReader

    • 字段详细资料

      • HASH_MULTIPLIER

        public static final int HASH_MULTIPLIER
        另请参阅:
        常量字段值
      • POSITIVE_MASK

        public static final int POSITIVE_MASK
        另请参阅:
        常量字段值
    • 方法详细资料

      • hashCode

        public static int hashCode​(String s)
      • hashCode

        public static int hashCode​(String s,
                                   int seed)
      • hashCode

        public static int hashCode​(String module,
                                   String name)
      • hashCode

        public static int hashCode​(String module,
                                   String name,
                                   int seed)
      • unmaskedHashCode

        public static int unmaskedHashCode​(String s,
                                           int seed)
      • stringFromMUTF8

        public static String stringFromMUTF8​(byte[] bytes,
                                             int offset,
                                             int count)
      • stringFromMUTF8

        public static String stringFromMUTF8​(byte[] bytes)
      • stringFromByteBuffer

        public static String stringFromByteBuffer​(ByteBuffer buffer)
      • mutf8FromString

        public static byte[] mutf8FromString​(String string)