- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.data.jimage.ImageReaderFactory
-
public class ImageReaderFactory extends Object
Factory to get ImageReader
-
-
方法概要
修饰符和类型 方法 说明 static ImageReader
get(Path jimage)
Returns anImageReader
to read from the given image filestatic ImageReader
getImageReader()
Returns theImageReader
to read the image file in this run-time image.
-
-
-
方法详细资料
-
get
public static ImageReader get(Path jimage) throws IOException
Returns anImageReader
to read from the given image file- 抛出:
IOException
-
getImageReader
public static ImageReader getImageReader()
Returns theImageReader
to read the image file in this run-time image.- 抛出:
UncheckedIOException
- if an I/O error occurs
-
-