gov.nasa.gsfc.drl.rtstps.core.output.hdf5
Class RDRFileReader

java.lang.Object
  extended by gov.nasa.gsfc.drl.rtstps.core.output.hdf5.RDRFileReader

public class RDRFileReader
extends java.lang.Object


Field Summary
private  java.lang.String filename
           
private  int hdfFile
           
private  int propertyId
           
private  long[] userBlockSize
           
 
Constructor Summary
RDRFileReader(java.lang.String filename)
           
 
Method Summary
 void close()
           
 AllDataReader createAllDataReader()
           
 DataProductsReader createDataProductsReader()
           
 UserBlockReader createUserBlockReader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filename

private java.lang.String filename

hdfFile

private int hdfFile

propertyId

private int propertyId

userBlockSize

private long[] userBlockSize
Constructor Detail

RDRFileReader

public RDRFileReader(java.lang.String filename)
              throws RtStpsException
Throws:
RtStpsException
Method Detail

createAllDataReader

public AllDataReader createAllDataReader()
                                  throws RtStpsException
Throws:
RtStpsException

createUserBlockReader

public UserBlockReader createUserBlockReader()
                                      throws RtStpsException
Throws:
RtStpsException

createDataProductsReader

public DataProductsReader createDataProductsReader()
                                            throws RtStpsException
Throws:
RtStpsException

close

public void close()
           throws RtStpsException
Throws:
RtStpsException