FileRange.FileRangeImpl| Constructor and Description |
|---|
FileRangeImpl(long offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
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.