Module org.jpo

Class JpoImageIO

java.lang.Object
org.jpo.datamodel.JpoImageIO

public class JpoImageIO extends Object
  • Method Details

    • jvmHasReader

      public static boolean jvmHasReader(File file)
      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

      public static ImageReader getImageIOReader(ImageInputStream iis)
      Returns a reader for the Image Can throw a java.util.NoSuchElementException if there is no available reader.