|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.fs.Location
class Location
This simple class contains byte and bit location information within a byte array.
Field Summary | |
---|---|
(package private) int |
bit
A bit offset into a byte. |
(package private) int |
offset
A byte offset into an array. |
Constructor Summary | |
---|---|
Location(int offset,
int bit)
Create a Location object. |
Method Summary | |
---|---|
int |
compareTo(Location o)
Compare two locations. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
int offset
int bit
Constructor Detail |
---|
Location(int offset, int bit)
Method Detail |
---|
public int compareTo(Location o)
compareTo
in interface java.lang.Comparable<Location>
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |