Uses of Class
javax.imageio.IIOException
-
Packages that use IIOException 软件包 描述 javax.imageio Java Image I / O API的主要包。javax.imageio.metadata 处理读取和写入元数据的Java Image I / O API包。 -
-
Uses of IIOException in javax.imageio
Methods in javax.imageio that throw IIOException 变量和类型 方法 描述 protected static BufferedImage
ImageReader. getDestination(ImageReadParam param, Iterator<ImageTypeSpecifier> imageTypes, int width, int height)
返回应写入解码像素数据的BufferedImage
。 -
Uses of IIOException in javax.imageio.metadata
Subclasses of IIOException in javax.imageio.metadata 变量和类型 类 描述 class
IIOInvalidTreeException
一个IIOInvalidTreeException
当被试图抛出IIOMetadata
对象来解析树IIOMetadataNode
小号失败。
-