Lines Matching defs:read

51  * class must be subclassed by classes that read in images in the
64 * read in order, possibly allowing the reader to avoid caching
66 * have been read previously.
167 * If <code>true</code>, the current read operation should be
223 * The input source must be set before any of the query or read
231 * read. If <code>seekForwardOnly</code> is true, then a call to
232 * <code>read(index)</code> will throw an
237 * <code>minIndex</code> will remain 0 regardless of any read
242 * encountered during the read. Subsequent calls to the
275 * may only be read in ascending order from this input source.
321 * The input source must be set before any of the query or read
329 * read. If <code>seekForwardOnly</code> is true, then a call to
330 * <code>read(index)</code> will throw an
335 * <code>minIndex</code> will remain 0 regardless of any read
344 * may only be read in ascending order from this input source.
361 * The input source must be set before any of the query or read
521 * simply call <code>read</code> with increasing indices until an
597 * efficient; all readers must be able to read arbitrary regions
911 * that calls <code>read(imageIndex, null)</code>.
920 * method as the read progresses. Finally their
923 * other times during the read as pixels are decoded. Finally,
939 public BufferedImage read(int imageIndex) throws IOException {
940 return read(imageIndex, null);
955 * method as the read progresses. Finally their
958 * other times during the read as pixels are decoded. Finally,
963 * <p> The set of source bands to be read and destination bands to
998 public abstract BufferedImage read(int imageIndex, ImageReadParam param)
1014 * method as the read progresses. Finally their
1017 * other times during the read as pixels are decoded. Finally,
1022 * <p> The set of source bands to be read and destination bands to
1067 BufferedImage im = read(imageIndex, param);
1088 * element is consumed for each image read from the input source
1089 * until no more images are available. If the read param
1091 * more images available from the input source, default read
1094 * <p> If <code>params</code> is <code>null</code>, a default read
1105 * <code>imageProgress</code> as the read progresses, and finally
1110 * other times during the read as pixels are decoded. Finally,
1115 * <p> The set of source bands to be read and destination bands to
1186 bi = read(imageIndex, param);
1239 * parameters are used exactly as in the {@link #read <code>read</code>}
1252 * called exactly as they are for the {@link #read <code>read</code>}
1267 * @param imageIndex the index of the image to be read.
1283 * @see #read
1440 * <code>read(int, ImageReadParam)</code> with a read param
1447 * <code>read</code> with a read param specifying this region
1475 return read(imageIndex);
1534 * <code>BufferedImage</code> returned by <code>read(imageIndex,
1538 * other <code>read</code> methods in several ways. First, any
1551 * <p> The default implementation just calls {@link #read
1552 * <code>read(imageIndex, param)</code>}.
1577 return read(imageIndex, param);
1669 * thumbnail to be read.
1702 * forcing the thumbnail to be read.
1761 * Requests that any current read operation be aborted. The
1765 * beginning of each read operation, and poll the value of
1766 * <code>abortRequested</code> regularly during the read.
1774 * read operation has been made since the reader was instantiated or
1777 * @return <code>true</code> if the current read operation should
2009 * @param minIndex the lowest index being read.
2042 * Broadcasts the start of an image read to all registered
2047 * @param imageIndex the index of the image about to be read.
2083 * Broadcasts the completion of an image read to all registered
2101 * Broadcasts the start of a thumbnail read to all registered
2145 * Broadcasts the completion of a thumbnail read to all registered
2163 * Broadcasts that the read has been aborted to all registered
2542 * region of the source image that should be read, taking into
2735 * @param param the <code>ImageReadParam</code> being used to read