扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.imageio.stream接口imageoutputstream的类成员方法: writeshorts定义及介绍
发布时间:2014-2-18
本文导语:
writeshorts
void writeshorts(short[] s,
int off,
int len)
throws ioexception
将 short 序列写入到流中的当前位置。如果 len 为 0,则不写入任何字节。首先写入 short s[off],然后写入 short s[off + 1],依此类...