java.lang.Object
org.glavo.jimage.ImageStringsReader
- 所有已实现的接口:
ImageStrings
- Implementation Note:
- This class needs to maintain JDK 8 source compatibility. It is used internally in the JDK to implement jimage/jrtfs access, but also compiled and delivered as part of the jrtfs.jar to support access to the jimage file provided by the shipped JDK by tools running on JDK 8.
-
字段概要
字段 -
方法概要
修饰符和类型方法说明intget(int offset) static intstatic intstatic intstatic intintIf there's a string atoffsetmatching in full a substring ofstringstarting atstringOffset, return the length of that string.static byte[]mutf8FromString(String string) static StringstringFromByteBuffer(ByteBuffer buffer) static StringstringFromMUTF8(byte[] bytes) static StringstringFromMUTF8(byte[] bytes, int offset, int count) static intunmaskedHashCode(String s, int seed)
-
字段详细资料
-
方法详细资料
-
get
- 指定者:
get在接口中ImageStrings
-
match
从接口复制的说明:ImageStringsIf there's a string atoffsetmatching in full a substring ofstringstarting atstringOffset, return the length of that string. Otherwise returns -1. Optional operation.- 指定者:
match在接口中ImageStrings
-
add
- 指定者:
add在接口中ImageStrings
-
hashCode
-
hashCode
-
hashCode
-
hashCode
-
unmaskedHashCode
-
stringFromMUTF8
-
stringFromMUTF8
-
stringFromByteBuffer
-
mutf8FromString
-