Top Description Fields Constructors Methods
jdk.internal.jimage.decompressor

public final Class ZipDecompressorFactory

extends ResourceDecompressorFactory
Class Inheritance
Imports
java.io.IOException

ZIP 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.

Field Summary

Modifier and TypeField and Description
public static final String

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public ResourceDecompressor
Inherited from jdk.internal.jimage.decompressor.ResourceDecompressorFactory:
getName

Field Detail

NAMEback to summary
public static final String NAME

Constructor Detail

ZipDecompressorFactoryback to summary
public ZipDecompressorFactory()

Method Detail

newDecompressorback to summary
public ResourceDecompressor newDecompressor() throws IOException

Implements abstract jdk.internal.jimage.decompressor.ResourceDecompressorFactory.newDecompressor.

Doc from jdk.internal.jimage.decompressor.ResourceDecompressorFactory.newDecompressor.

To build a new decompressor.

Returns:ResourceDecompressor

A new decompressor.

Annotations
@Override