public class DvrManifestEntryRangeGroup
extends Object
| Modifier and Type | Field | Description |
|---|---|---|
java.util.List<DvrManifestEntryRange> |
ranges |
| Constructor | Description |
|---|---|
DvrManifestEntryRangeGroup() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addRange(DvrManifestEntryRange range) |
Add an index range to the group.
|
void |
deserialize(byte[] data) |
Deserialize.
|
boolean |
isEmpty() |
Determine if group of ranges is empty
|
boolean |
isInRange(int type,
int index) |
Determine if index of given type is contained in the group of ranges.
|
byte[] |
serialize() |
Serialize range group
|
String |
toString() |
public java.util.List<DvrManifestEntryRange> ranges
public void addRange(DvrManifestEntryRange range)
range - public void deserialize(byte[] data)
data - buffer to deserialize.public boolean isEmpty()
public boolean isInRange(int type,
int index)
type - range typeindex - index in questionpublic byte[] serialize()
public String toString()
toString in class Object