- 所有已知实现类:
ImageStringsReader
public interface ImageStrings
- Implementation Note:
- This interface 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.
-
方法概要
-
方法详细资料
-
get
-
add
-
match
If there's a string atoffsetmatching in full a substring ofstringstarting atstringOffset, return the length of that string. Otherwise returns -1. Optional operation.
-