analyzer.reader
Class RSDataReader

java.lang.Object
  |
  +--analyzer.reader.RSDataReader

public class RSDataReader
extends java.lang.Object
implements DataReader


Constructor Summary
RSDataReader()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
static void PrintTree(DataTreeNode node, java.lang.String indent)
           
 DataTreeNode read(java.io.File file)
           
protected  DataTreeNode readNode(int fileID, int ref, ncsa.hdf.hdflib.HDFLibrary hdf, java.lang.String name)
           
protected  java.lang.String readString(int fileID, int tag, int ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSDataReader

public RSDataReader()
Method Detail

readNode

protected DataTreeNode readNode(int fileID,
                                int ref,
                                ncsa.hdf.hdflib.HDFLibrary hdf,
                                java.lang.String name)

read

public DataTreeNode read(java.io.File file)
Specified by:
read in interface DataReader

main

public static void main(java.lang.String[] argv)

PrintTree

public static void PrintTree(DataTreeNode node,
                             java.lang.String indent)

readString

protected java.lang.String readString(int fileID,
                                      int tag,
                                      int ref)


Email questions and comments to
shumway@uiuc.edu or nzhong@ncsa.uiuc.edu