All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sep.io.DataKeeper
All methods should probably be protected (only accessible through RegularData.
The data should be able to hold everything, not only floats.
public DataKeeper()
public DataKeeper(Object data,
int length,
String type)
public void read(DataInputStream dinstr,
int length,
String type) throws IOException
public void write(DataOutputStream dout) throws IOException
public String toString()
public boolean equals(DataKeeper para)
public Object getData()
public void setData(float input[])
public int getLength()
public String getType()
All Packages Class Hierarchy This Package Previous Next Index