类 StringSharingDecompressor

java.lang.Object
org.glavo.jimage.decompressor.StringSharingDecompressor
所有已实现的接口:
ResourceDecompressor

public class StringSharingDecompressor extends Object implements ResourceDecompressor
A Decompressor that reconstructs the constant pool of classes.
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.