Searched refs:hasNextImage (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageReader.java364 if (hasNextImage()) {
492 if (!hasNextImage()) {
545 private boolean hasNextImage() throws IOException { method in class:JPEGImageReader
547 System.out.print("hasNextImage called; returning ");

Completed in 616 milliseconds