long 异步文件读取请求读取到的字节总数。
返回异步文件读取请求中 ReadCommand 操作读取到的字节总数。
在 ReadStatus.Failed 错误或 ReadStatus.Truncated 状态的情况下,这可能不等于所有请求的 ReadCommand.Size 字段之和。
当描述读取操作的 ReadCommand 指定 ReadCommand.Size 和 ReadCommand.Offset 超过目标文件的结尾时,会发生截断读取。
readCommandIndex | 要检索其读取到的字节数的 ReadCommand 的索引。 |
long 为指定 ReadCommand 读取到的字节数。
返回特定 ReadCommand 索引所读取到的字节总数。
在 ReadStatus.Failed 错误或 ReadStatus.Truncated 状态的情况下,这可能不等于请求的 ReadCommand.Size 字段。
当描述读取操作的 ReadCommand 指定 ReadCommand.Size 和 ReadCommand.Offset 超过目标文件的结尾时,会发生截断读取。