扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.imageio.stream类imageinputstreamimpl的类成员方法: skipbytes定义及介绍
发布时间:2014-2-18
本文导语:
skipbytes
public int skipbytes(int n)
throws ioexception
通过调用 seek(getstreamposition() + n) 推进当前流位置。
位偏移量被重置为 0。
指定者:接口 datainput 中的 skipbytes指定者:接口 imageinputstream 中的 skipbytes
参数:n - 要逆向...