扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.imageio.stream类memorycacheimageinputstream的类成员方法: close定义及介绍
发布时间:2014-2-18
本文导语:
close
public void close()
throws ioexception
关闭此 memorycacheimageinputstream,释放缓存。但不关闭源 inputstream。
指定者:接口 imageinputstream 中的 close覆盖:类 imageinputstreamimpl 中的 close
抛出:
ioexception - 如果发生 i/o 错误。