Searched defs:ImageReader (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/awt/javax/imageio/
H A DImageReader.java41 * The ImageReader class is an abstract class for decoding images. ImageReader
49 public abstract class ImageReader { class
108 * Instantiates a new ImageReader.
111 * the ImageReaderSpi which instantiates this ImageReader.
113 protected ImageReader(ImageReaderSpi originatingProvider) { method in class:ImageReader
129 * Gets the ImageReaderSpi which instantiated this ImageReader.
138 * Sets the specified Object as the input source of this ImageReader.
183 * Sets the specified Object as the input source of this ImageReader.
198 * Sets the specified Object as the input source of this ImageReader
[all...]

Completed in 223 milliseconds