扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.imageio.stream类fileimageoutputstream的类成员方法: fileimageoutputstream定义及介绍
发布时间:2014-2-18
本文导语:
fileimageoutputstream
public fileimageoutputstream(file f)
throws filenotfoundexception,
ioexception
构造一个将向给定 file 进行写入的 fileimageoutputstream。
参数:f - 要写入...