java.lang.Object
org.glavo.jimage.decompressor.ResourceDecompressorFactory
org.glavo.jimage.decompressor.StringSharingDecompressorFactory
Constant Pool strings sharing Decompressor factory.
- 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.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 org.glavo.jimage.decompressor.ResourceDecompressorFactory
getName
-
字段详细资料
-
NAME
- 另请参阅:
-
-
构造器详细资料
-
StringSharingDecompressorFactory
public StringSharingDecompressorFactory()
-
-
方法详细资料
-
newDecompressor
从类复制的说明:ResourceDecompressorFactoryTo build a new decompressor.- 指定者:
newDecompressor在类中ResourceDecompressorFactory- 参数:
properties- Contains configuration.- 返回:
- A new decompressor.
- 抛出:
IOException
-