|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.Unit
gov.nasa.gsfc.drl.rtstps.core.Frame
public final class Frame
This class contains a single frame.
Field Summary | |
---|---|
private boolean |
fillFrame
If true, this frame is defined as a fill or idle frame. |
Fields inherited from class gov.nasa.gsfc.drl.rtstps.core.Unit |
---|
data, deleted, frameAnnotation, length, startOffset |
Constructor Summary | |
---|---|
Frame(int length)
Create a frame. |
Method Summary | |
---|---|
boolean |
isFillFrame()
Is this a fill frame? |
void |
reset()
Reset this object so that it can be used to contain another frame. |
void |
setFillFrame(boolean fill)
Mark this frame as a fill frame or not fill frame. |
java.lang.String |
toString()
Get debug information. |
Methods inherited from class gov.nasa.gsfc.drl.rtstps.core.Unit |
---|
getData, getFrameAnnotation, getSize, getStartOffset, isDeleted, setDeleted, setFrameAnnotation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private boolean fillFrame
Constructor Detail |
---|
public Frame(int length)
length
- the frame length in bytesMethod Detail |
---|
public final void reset()
public final boolean isFillFrame()
public final void setFillFrame(boolean fill)
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 |