类 ResourceDecompressorFactory

java.lang.Object
org.glavo.jimage.decompressor.ResourceDecompressorFactory
直接已知子类:
StringSharingDecompressorFactory, ZipDecompressorFactory

public abstract class ResourceDecompressorFactory extends Object
JLink Resource 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.
  • 构造器详细资料

    • ResourceDecompressorFactory

      protected ResourceDecompressorFactory(String name)
  • 方法详细资料

    • getName

      public String getName()
      The Factory name.
      返回:
      The name.
    • newDecompressor

      public abstract ResourceDecompressor newDecompressor(Properties properties) throws IOException
      To build a new decompressor.
      参数:
      properties - Contains configuration.
      返回:
      A new decompressor.
      抛出:
      IOException