java.lang.Object
org.jpo.datamodel.JpoImageIO
-
Method Summary
Modifier and TypeMethodDescriptionstatic ImageReader
Returns a reader for the Image Can throw a java.util.NoSuchElementException if there is no available reader.static boolean
jvmHasReader
(File file) This method checks whether the JVM has an image reader for the supplied File.
-
Method Details
-
jvmHasReader
This method checks whether the JVM has an image reader for the supplied File.- Parameters:
file
- The file to be checked- Returns:
- true if the JVM has a reader false if not.
-
getImageIOReader
Returns a reader for the Image Can throw a java.util.NoSuchElementException if there is no available reader.
-