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, wait
createFileRange
public long getOffset()
FileRange
public int getLength()
FileRange
public CompletableFuture<byte[]> getData()
FileRange
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.