All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sep.io.DataKeeperJ

java.lang.Object
   |
   +----sep.io.DataKeeperJ

public class DataKeeperJ
extends Object
This class stores and retrieves the data values that underlie a regular data set.

Bugs:

All methods should probably be protected (only accessible through RegularData.

The data should be able to hold everything, not only floats.


Constructor Index

 o DataKeeperJ(float[])
to write out usually (not sure if needed)
 o DataKeeperJ(float[][])
 o DataKeeperJ(float[][][])
 o DataKeeperJ(float[][][][])
 o DataKeeperJ(float[][][][][])
 o DataKeeperJ(float[][][][][][])
 o DataKeeperJ(int[])
to read prepare the DataKeeperJ to read in data

Method Index

 o equals(DataKeeperJ)
 o getData()
is this used anywhere?
 o getDimension()
 o read(DataInputStream)
Ask Joel if he knows how to do the runtime assignment of an array to an object of type Object
 o setData(float[])
 o setData(float[][])
 o setData(float[][][])
 o setData(float[][][][])
 o setData(float[][][][][])
 o setData(float[][][][][][])
 o toString()
Returns a string representation of the object.
 o write(DataOutputStream)
 o write(float[], DataOutputStream)

Constructors

 o DataKeeperJ
 public DataKeeperJ(int n[])
to read prepare the DataKeeperJ to read in data

 o DataKeeperJ
 public DataKeeperJ(float data[])
to write out usually (not sure if needed)

 o DataKeeperJ
 public DataKeeperJ(float data[][])
 o DataKeeperJ
 public DataKeeperJ(float data[][][])
 o DataKeeperJ
 public DataKeeperJ(float data[][][][])
 o DataKeeperJ
 public DataKeeperJ(float data[][][][][])
 o DataKeeperJ
 public DataKeeperJ(float data[][][][][][])

Methods

 o read
 public void read(DataInputStream dinstr) throws IOException
Ask Joel if he knows how to do the runtime assignment of an array to an object of type Object

 o write
 public void write(float data[],
                   DataOutputStream dout) throws IOException
 o write
 public void write(DataOutputStream dout) throws IOException
 o toString
 public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object
 o equals
 public boolean equals(DataKeeperJ para)
 o getData
 public Object getData()
is this used anywhere?

 o setData
 public void setData(float data[])
 o setData
 public void setData(float data[][])
 o setData
 public void setData(float data[][][])
 o setData
 public void setData(float data[][][][])
 o setData
 public void setData(float data[][][][][])
 o setData
 public void setData(float data[][][][][][])
 o getDimension
 public int getDimension()

All Packages  Class Hierarchy  This Package  Previous  Next  Index