public final class FileRange extends Object
| Constructor and Description |
|---|
FileRange() |
| Modifier and Type | Method and Description |
|---|---|
long |
getEnd()
Get the end property: End of the range.
|
long |
getStart()
Get the start property: Start of the range.
|
FileRange |
setEnd(long end)
Set the end property: End of the range.
|
FileRange |
setStart(long start)
Set the start property: Start of the range.
|
public long getStart()
public FileRange setStart(long start)
start - the start value to set.public long getEnd()
public FileRange setEnd(long end)
end - the end value to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.