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.
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public ResourceDecompressor | newDecompressor()
Implements abstract jdk. To build a new decompressor. |
NAME | back to summary |
---|---|
public static final String NAME |
ZipDecompressorFactory | back to summary |
---|---|
public ZipDecompressorFactory() |
newDecompressor | back to summary |
---|---|
public ResourceDecompressor newDecompressor() throws IOException Implements abstract jdk. Doc from jdk. To build a new decompressor.
|