gov.nasa.worldwind.data
Class ImageIOReader
java.lang.Object
gov.nasa.worldwind.data.BasicDataIODescriptor
gov.nasa.worldwind.data.ImageIOReader
- All Implemented Interfaces:
- DataIODescriptor
public class ImageIOReader
- extends BasicDataIODescriptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageIOReader
public ImageIOReader()
canRead
public boolean canRead(Object input)
createInputStream
protected static ImageInputStream createInputStream(Object input)
throws IOException
- Throws:
IOException
doCanRead
protected boolean doCanRead(Object input)
doRead
protected BufferedImage doRead(Object input)
throws IOException
- Throws:
IOException
doReadMetadata
protected void doReadMetadata(Object input,
AVList values)
throws IOException
- Throws:
IOException
getImageIOReaderSuffixes
protected static String[] getImageIOReaderSuffixes()
openInputStream
protected static InputStream openInputStream(String path)
throws IOException
- Throws:
IOException
read
public BufferedImage read(Object input)
throws IOException
- Throws:
IOException
readerFor
protected static ImageReader readerFor(ImageInputStream iis)
readMetadata
public void readMetadata(Object input,
AVList values)
throws IOException
- Throws:
IOException