扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.imageio.stream类imageinputstreamimpl的类成员方法: flushedpos定义及介绍
发布时间:2014-2-18
本文导语:
flushedpos
protected long flushedpos
可能丢弃的数据前面的那个位置。不允许查找较小的位置。flushedpos 将总是 >= 0。
imageinputstreamimpl
public imageinputstreamimpl()
构造一个 imageinputstreamimpl。
checkclosed
protected final void checkclosed()
...