|
|||||||||
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.RDRAll
public class RDRAll
Create an "XXX-RDR_All" object which is used to write the XXX-RDR_All group in the HDF file
Field Summary | |
---|---|
private int |
hdfFile
|
private int |
rdrAllGroup
|
Constructor Summary | |
---|---|
RDRAll(int hdfFile,
RDRName rdrName)
Create an RDR_All for specific RDR such as: CrIS-Science-RDR_All |
Method Summary | |
---|---|
void |
close()
Close the RDR_All group |
int |
getRDRAllHdfFileHandle()
Return HDFFile handle which is may not be available to certain classes otherwise |
boolean |
write(RawApplicationPackets rawApplicationPackets)
Write a RawApplicationsPackets to the hdf file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int rdrAllGroup
private int hdfFile
Constructor Detail |
---|
RDRAll(int hdfFile, RDRName rdrName) throws RtStpsException
hdfFile
- the handle of the HDF filerdrName
- the RDR name of interest
RtStpsException
- wraps any HDF exceptionMethod Detail |
---|
public final int getRDRAllHdfFileHandle()
public boolean write(RawApplicationPackets rawApplicationPackets) throws RtStpsException
rawApplicationPackets
- an instance of a RawApplicationPackets to the RDR_All of interest
RtStpsException
- wraps any HDF exceptionpublic void close() throws RtStpsException
RtStpsException
- wraps any HDF exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |