public class FilePosition extends Object
| Constructor and Description |
|---|
FilePosition()
Creates a new
FilePosition |
FilePosition(long startOffset,
long stopOffset)
Creates a new
FilePosition |
| Modifier and Type | Method and Description |
|---|---|
long |
getStartOffset()
Retrieves the starting offset
|
long |
getStopOffset()
Retrieves the ending offset
|
void |
setStartOffset(long startOffset)
Sets the starting offset
|
void |
setStopOffset(long stopOffset)
Sets the ending offset
|
public FilePosition()
FilePositionpublic FilePosition(long startOffset,
long stopOffset)
FilePositionstartOffset - The starting offset of the recordstopOffset - The ending offset of the recordpublic long getStartOffset()
public void setStartOffset(long startOffset)
startOffset - The starting offsetpublic long getStopOffset()
public void setStopOffset(long stopOffset)
stopOffset - The ending offsetCopyright © 2017. All Rights Reserved.