FileRange.FileRangeImpl| 构造器和说明 |
|---|
FileRangeImpl(long offset,
int length) |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<byte[]> |
getData()
Get the future data for this range.
|
int |
getLength()
Get the length of the range.
|
long |
getOffset()
Get the starting offset of the range.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateFileRangepublic long getOffset()
FileRangepublic int getLength()
FileRangepublic CompletableFuture<byte[]> getData()
FileRangeCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.