public class Ranges extends Object
| Constructor and Description |
|---|
Ranges() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRange(Range range) |
void |
clearRanges() |
long |
findSampleLength(long timeStamp) |
Range |
getLastRange() |
Range |
getRange(int index) |
boolean |
isRangesEmpty() |
Range |
lookupCorrectRange(long ts) |
public void clearRanges()
public void addRange(Range range)
public Range getRange(int index)
public Range getLastRange()
public boolean isRangesEmpty()
public Range lookupCorrectRange(long ts)
public long findSampleLength(long timeStamp)
Copyright © 2020. All rights reserved.