|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.output.hdf5.RDRAppIdList
public class RDRAppIdList
Create a list of RDRAppIdItems ... the list can be created so that it can then be written to the StaticHeader, or if the list can be created from a memory buffer likely read from the HDF.
Field Summary | |
---|---|
private java.util.LinkedList<RDRAppIdItem> |
rdrAppIdList
|
private static int |
RDRItemSize
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
RDRAppIdList(int offset,
byte[] data,
int end)
This constructs the list from memory which has likely just been read from the HDF and is in the StaticHeader. |
|
RDRAppIdList(PacketTrackerList packetTracker)
Constructor for building the AppIdList and eventually writing the contents to the HDF file. |
Method Summary | |
---|---|
java.util.List<RDRAppIdItem> |
getAppIdItemList()
Return the appIdItem list |
int |
getSize()
Get the HDF dataset size |
int |
write(byte[] data,
int offset)
Write the list to the provided data array at the given offset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.LinkedList<RDRAppIdItem> rdrAppIdList
private static final long serialVersionUID
private static final int RDRItemSize
Constructor Detail |
---|
public RDRAppIdList(PacketTrackerList packetTracker)
packetTracker
- the list of packet trackerspublic RDRAppIdList(int offset, byte[] data, int end)
offset
- offset into the data bufferdata
- byte array of dataend
- the end offset containing the StaticHeaderMethod Detail |
---|
public int write(byte[] data, int offset)
data
- a byte array targetoffset
- the offset into the buffer
public java.util.List<RDRAppIdItem> getAppIdItemList()
public int getSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |