扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.imageio.spi类imageinputstreamspi的类成员方法: needscachefile定义及介绍
发布时间:2014-2-18
本文导语:
needscachefile
public boolean needscachefile()
如果与此服务提供者关联的 imageinputstream 实现要求使用缓存 file,则返回 true。如果为 true,将忽略 createinputstreaminstance 的 usecache 变量的值。
默认实现返回 false。
返回:如果此服务提供者...