java.lang.Object
|---ohos.global.resource.BaseFileDescriptor
public abstract class BaseFileDescriptor
extends Object
implements Closeable
提供文件描述符数据,读取数据起始位置和文件长度。
Since:
3
构造函数 | 描述 |
---|---|
BaseFileDescriptor() |
修饰符和类型 | 方法 | 描述 |
---|---|---|
abstract FileDescriptor | getFileDescriptor() | 获取文件描述符。 |
abstract long | getFileSize() | 获取文件大小。 |
abstract long | getStartPosition() | 获取文件中数据的起始位置。 |
从接口 java.io.Closeable 继承的方法 |
---|
close |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
public BaseFileDescriptor()
public abstract FileDescriptor getFileDescriptor()
获取文件描述符。
您可以使用文件描述符来读取文件中的数据。
返回:
返回文件描述符。
Since:
3
public abstract long getFileSize()
获取文件大小。
返回:
返回文件大小,以字节为单位。
Since:
3
public abstract long getStartPosition()
获取文件中数据的起始位置。
返回:
返回起始位置。
Since:
3
备案信息: 粤ICP备15087711号-2
Copyright © 2008-2024 啊嘎哇在线工具箱 All Rights.
本站所有资料来源于网络,版权归原作者所有,仅作学习交流使用,如不慎侵犯了您的权利,请联系我们。