扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.io类randomaccessfile的类成员方法: getfilepointer定义及介绍
发布时间:2014-2-17
本文导语:
getfilepointer
public long getfilepointer()
throws ioexception
返回此文件中的当前偏移量。
返回:到此文件开头的偏移量(以字节为单位),在该位置发生下一个读取或写入操作。
抛出:
ioexception - 如果发生 i/o 错误。
...