public class FileRange
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private long |
begin |
private long |
end |
private java.io.File |
file |
| Constructor and Description |
|---|
FileRange(java.io.File file,
long begin,
long end) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBegin() |
long |
getEnd() |
java.io.File |
getFile() |