All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sep.io.RegularDataJ
String url (origin) String mimeType String title (title) String label (label of data values) String unit (unit of data values) int dim (space dimension) int n1 [n2,n3,..] (number of samples) float d1 [d2,d3,..] (increment) float o1 [d2,d3,..] (offset) String label1 [label2,label3, ...] (dimension name) String unit1 [unit1,unit2, ...] (unit)
public RegularDataJ()RegularDataJ
public RegularDataJ(float data[])
public RegularDataJ(float data[][])RegularDataJ
public RegularDataJ(float data[][][])RegularDataJ
public RegularDataJ(float data[][][][])RegularDataJ
public RegularDataJ(float data[][][][][])RegularDataJ
public RegularDataJ(float data[][][][][][])RegularDataJ
public RegularDataJ(float data[], ParaKeeper para)RegularDataJ
public RegularDataJ(float data[][], ParaKeeper para)RegularDataJ
public RegularDataJ(float data[][][], ParaKeeper para)RegularDataJ
public RegularDataJ(float data[][][][], ParaKeeper para)RegularDataJ
public RegularDataJ(float data[][][][][], ParaKeeper para)RegularDataJ
public RegularDataJ(float data[][][][][][], ParaKeeper para)RegularDataJ
public RegularDataJ(InputStream istr) throws IOExceptionRegularDataJ
public RegularDataJ(String fileName) throws IOException
public void set(String paraName, String paraValue)
public void read(String fileName) throws IOExceptionread
public void read(InputStream istr) throws IOExceptionwrite
public void write(OutputStream outstr) throws IOExceptiongetDim
public int getDim()containsKey
public boolean containsKey(String paraName)getString
public String getString(String paraName)getString
public String getString(String paraName, String deflt)getInt
public int getInt(String paraName)getInt
public int getInt(String paraName, String deflt)getFloat
public float getFloat(String paraName)getFloat
public float getFloat(String paraName, String deflt)getDouble
public double getDouble(String paraName)getDouble
public double getDouble(String paraName, String deflt)getBoolean
public boolean getBoolean(String paraName)getBoolean
public boolean getBoolean(String paraName, String deflt)getData
public Object getData()setData
public void setData(float input[])
All Packages Class Hierarchy This Package Previous Next Index