|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.xstps.pds.FillList
class FillList
This class looks for packets with fill data and collects pertinent information about them for Sorcerer.
Nested Class Summary | |
---|---|
(package private) class |
FillList.Item
This class contains information about one packet with fill. |
Field Summary | |
---|---|
private java.util.LinkedList<FillList.Item> |
flist
|
private long |
totalBytes
|
Constructor Summary | |
---|---|
FillList()
|
Method Summary | |
---|---|
(package private) boolean |
check(Packet packet,
long datasetOffset)
Check a packet for fill. |
(package private) int |
getLength()
Get the number of packets with fill in this fill list. |
(package private) long |
getTotalBytes()
Get the total number of fill bytes. |
(package private) void |
printCS(java.io.DataOutput out)
Print fill-related information to the construction record. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.LinkedList<FillList.Item> flist
private long totalBytes
Constructor Detail |
---|
FillList()
Method Detail |
---|
boolean check(Packet packet, long datasetOffset)
packet
- the packet to be checkeddatasetOffset
- A byte offset into the current dataset for
this packet
final int getLength()
final long getTotalBytes()
void printCS(java.io.DataOutput out) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |