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.
Modifier and Type | Field and Description |
---|---|
private final Map |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public byte[] | Returns: A fully uncompressed resource.Byte order. order, ResourceDecompressor.Strings provider provider,The resource content to uncompress. content)Decompress a resource. |
pluginsCache | back to summary |
---|---|
private final Map<Integer, ResourceDecompressor> pluginsCache |
Decompressor | back to summary |
---|---|
public Decompressor() |
decompressResource | back to summary |
---|---|
public byte[] decompressResource(ByteOrder order, ResourceDecompressor. Decompress a resource.
|