java.lang.Object
org.glavo.jimage.ImageReaderFactory
Factory to get ImageReader
- 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.
-
方法概要
修饰符和类型方法说明static ImageReaderReturns anImageReaderto read from the given image filestatic ImageReaderReturns theImageReaderto read the image file in this run-time image.
-
方法详细资料
-
get
Returns anImageReaderto read from the given image file- 抛出:
IOException
-
getImageReader
Returns theImageReaderto read the image file in this run-time image.- 抛出:
UncheckedIOException- if an I/O error occurs
-