final class Target_javax_imageio_ImageIO extends Object
| Constructor and Description |
|---|
Target_javax_imageio_ImageIO() |
public static void scanForPlugins()
public static ImageInputStream createImageInputStream(Object input) throws IOException
IOExceptionpublic static ImageOutputStream createImageOutputStream(Object output) throws IOException
IOExceptionpublic static String[] getReaderFormatNames()
public static String[] getReaderMIMETypes()
public static String[] getReaderFileSuffixes()
public static Iterator<ImageReader> getImageReaders(Object input)
public static Iterator<ImageReader> getImageReadersByFormatName(String formatName)
public static Iterator<ImageReader> getImageReadersBySuffix(String fileSuffix)
public static Iterator<ImageReader> getImageReadersByMIMEType(String MIMEType)
public static String[] getWriterFormatNames()
public static String[] getWriterMIMETypes()
public static String[] getWriterFileSuffixes()
public static Iterator<ImageWriter> getImageWritersByFormatName(String formatName)
public static Iterator<ImageWriter> getImageWritersBySuffix(String fileSuffix)
public static Iterator<ImageWriter> getImageWritersByMIMEType(String MIMEType)
public static ImageWriter getImageWriter(ImageReader reader)
public static ImageReader getImageReader(ImageWriter writer)
public static Iterator<ImageWriter> getImageWriters(ImageTypeSpecifier type, String formatName)
public static Iterator<ImageTranscoder> getImageTranscoders(ImageReader reader, ImageWriter writer)
public static BufferedImage read(File input) throws IOException
IOExceptionpublic static BufferedImage read(InputStream input) throws IOException
IOExceptionpublic static BufferedImage read(URL input) throws IOException
IOExceptionpublic static BufferedImage read(ImageInputStream stream) throws IOException
IOExceptionpublic static boolean write(RenderedImage im, String formatName, ImageOutputStream output) throws IOException
IOExceptionpublic static boolean write(RenderedImage im, String formatName, File output) throws IOException
IOExceptionpublic static boolean write(RenderedImage im, String formatName, OutputStream output) throws IOException
IOExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.