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

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

Deprecated.

@Deprecated
public class HDF5IO
extends java.lang.Object


Field Summary
private  int cparms
          Deprecated.  
private  int dataset_id
          Deprecated.  
private  int dataset_id2
          Deprecated.  
private  int dataset_id3
          Deprecated.  
private  int dataspace_id
          Deprecated.  
private  int dataspace_id2
          Deprecated.  
private  int diary_cparms
          Deprecated.  
private  int diary_dataset_id
          Deprecated.  
private  int diary_dataspace_id
          Deprecated.  
private  long[] diary_dims
          Deprecated.  
private  long[] diary_maxdims
          Deprecated.  
private  long[] diary_more
          Deprecated.  
private  long[] diary_offset
          Deprecated.  
private  long[] dims
          Deprecated.  
private  int file_id
          Deprecated.  
private  int g1
          Deprecated.  
private  int g2
          Deprecated.  
private  int g3
          Deprecated.  
private  long[] maxdims
          Deprecated.  
private  long[] more
          Deprecated.  
private  long[] offset
          Deprecated.  
private static int opened
          Deprecated.  
 
Constructor Summary
HDF5IO()
          Deprecated.  
 
Method Summary
 void closeHDF5()
          Deprecated.  
private  void hdfCleanup()
          Deprecated.  
 void openHDF5(java.lang.String filename, int size)
          Deprecated.  
private  int writeFloatAttribute(java.lang.String attrName, float attrValue, int rank, long[] adim, int dataset_id)
          Deprecated.  
private  int writeIntAttribute(java.lang.String attrName, int attrValue, int rank, long[] adim, int dataset_id)
          Deprecated.  
private  int writeLongArrAttribute(java.lang.String attrName, int attrValue, long[] adim, int dataset_id)
          Deprecated.  
private  int writeLongAttribute(java.lang.String attrName, long attrValue, int rank, long[] adim, int dataset_id)
          Deprecated.  
private  int writeLongLongAttribute(java.lang.String attrName, long attrValue, int rank, long[] adim, int dataset_id)
          Deprecated.  
 void writeMetaDataHDF5(HDF5Stats hdfStats)
          Deprecated.  
 int writeSomeHDF5(byte[] buf, int bufSize)
          Deprecated.  
 int writeSomeSpaceCraftDiaryHDF5(byte[] buf, int bufSize)
          Deprecated.  
private  int writeStringArrAttribute(java.lang.String attrName, java.lang.String attrValue, long[] adim, int size, int dataset_id)
          Deprecated.  
private  int writeStringAttribute(java.lang.String attrName, java.lang.String attrValue, int rank, long[] adim, int dataset_id)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file_id

private int file_id
Deprecated. 

dataset_id

private int dataset_id
Deprecated. 

dataset_id2

private int dataset_id2
Deprecated. 

dataset_id3

private int dataset_id3
Deprecated. 

dataspace_id

private int dataspace_id
Deprecated. 

dataspace_id2

private int dataspace_id2
Deprecated. 

cparms

private int cparms
Deprecated. 

offset

private long[] offset
Deprecated. 

more

private long[] more
Deprecated. 

dims

private long[] dims
Deprecated. 

maxdims

private long[] maxdims
Deprecated. 

diary_maxdims

private long[] diary_maxdims
Deprecated. 

g1

private int g1
Deprecated. 

g2

private int g2
Deprecated. 

g3

private int g3
Deprecated. 

diary_dataset_id

private int diary_dataset_id
Deprecated. 

diary_dataspace_id

private int diary_dataspace_id
Deprecated. 

diary_cparms

private int diary_cparms
Deprecated. 

diary_more

private long[] diary_more
Deprecated. 

diary_offset

private long[] diary_offset
Deprecated. 

diary_dims

private long[] diary_dims
Deprecated. 

opened

private static int opened
Deprecated. 
Constructor Detail

HDF5IO

public HDF5IO()
Deprecated. 
Method Detail

openHDF5

public void openHDF5(java.lang.String filename,
                     int size)
              throws java.lang.NullPointerException,
                     HDF5Exception
Deprecated. 
Throws:
java.lang.NullPointerException
HDF5Exception

writeSomeHDF5

public int writeSomeHDF5(byte[] buf,
                         int bufSize)
                  throws java.lang.NullPointerException,
                         HDF5Exception
Deprecated. 
Throws:
java.lang.NullPointerException
HDF5Exception

writeSomeSpaceCraftDiaryHDF5

public int writeSomeSpaceCraftDiaryHDF5(byte[] buf,
                                        int bufSize)
                                 throws java.lang.NullPointerException,
                                        HDF5Exception
Deprecated. 
Throws:
java.lang.NullPointerException
HDF5Exception

closeHDF5

public void closeHDF5()
               throws java.lang.NullPointerException,
                      HDF5Exception
Deprecated. 
Throws:
java.lang.NullPointerException
HDF5Exception

hdfCleanup

private void hdfCleanup()
Deprecated. 

writeMetaDataHDF5

public void writeMetaDataHDF5(HDF5Stats hdfStats)
                       throws java.lang.NullPointerException,
                              HDF5Exception
Deprecated. 
Throws:
java.lang.NullPointerException
HDF5Exception

writeStringAttribute

private int writeStringAttribute(java.lang.String attrName,
                                 java.lang.String attrValue,
                                 int rank,
                                 long[] adim,
                                 int dataset_id)
                          throws java.lang.NullPointerException,
                                 HDF5Exception
Deprecated. 
Throws:
java.lang.NullPointerException
HDF5Exception

writeStringArrAttribute

private int writeStringArrAttribute(java.lang.String attrName,
                                    java.lang.String attrValue,
                                    long[] adim,
                                    int size,
                                    int dataset_id)
                             throws java.lang.NullPointerException,
                                    HDF5Exception
Deprecated. 
Throws:
java.lang.NullPointerException
HDF5Exception

writeLongAttribute

private int writeLongAttribute(java.lang.String attrName,
                               long attrValue,
                               int rank,
                               long[] adim,
                               int dataset_id)
                        throws java.lang.NullPointerException,
                               HDF5Exception
Deprecated. 
Throws:
java.lang.NullPointerException
HDF5Exception

writeLongLongAttribute

private int writeLongLongAttribute(java.lang.String attrName,
                                   long attrValue,
                                   int rank,
                                   long[] adim,
                                   int dataset_id)
                            throws java.lang.NullPointerException,
                                   HDF5Exception
Deprecated. 
Throws:
java.lang.NullPointerException
HDF5Exception

writeLongArrAttribute

private int writeLongArrAttribute(java.lang.String attrName,
                                  int attrValue,
                                  long[] adim,
                                  int dataset_id)
                           throws java.lang.NullPointerException,
                                  HDF5Exception
Deprecated. 
Throws:
java.lang.NullPointerException
HDF5Exception

writeIntAttribute

private int writeIntAttribute(java.lang.String attrName,
                              int attrValue,
                              int rank,
                              long[] adim,
                              int dataset_id)
                       throws java.lang.NullPointerException,
                              HDF5Exception
Deprecated. 
Throws:
java.lang.NullPointerException
HDF5Exception

writeFloatAttribute

private int writeFloatAttribute(java.lang.String attrName,
                                float attrValue,
                                int rank,
                                long[] adim,
                                int dataset_id)
                         throws java.lang.NullPointerException,
                                HDF5Exception
Deprecated. 
Throws:
java.lang.NullPointerException
HDF5Exception