扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.imageio.spi类imagewriterspi的类成员方法: getoutputtypes定义及介绍
发布时间:2014-2-18
本文导语:
getoutputtypes
public class[] getoutputtypes()
返回 class 对象数组,指示可用作 setoutput 方法参数的对象类型。
对于大多数只输出到 imageoutputstream 的 writer,应返回一个包含 imageoutputstream.class 的单元素数组。
返回:长度至少为 1 的、...