|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.visad.Segment
public class Segment
Provides support for a run-length encoded data segment.
| Constructor Summary | |
|---|---|
Segment(int index,
int count)
Constructs. |
|
| Method Summary | |
|---|---|
int |
getCount()
Gets the count. |
int |
getIndex()
Gets the starting index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Segment(int index,
int count)
index - The starting index.count - The count.| Method Detail |
|---|
public int getIndex()
public int getCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||