@Evolving public interface FileReadRequest
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Get the fully qualified path of the file from which to read the data.
|
int |
getReadLength()
Get the length of the data to read from the file starting at the startOffset.
|
int |
getStartOffset()
Get the start offset in the file from where to start reading the data.
|
String getPath()
int getStartOffset()
int getReadLength()