Input/Output Layer (IOLib)
readDST
to read data from DST file
FUNCTIONS
double[][] - readDST(String filename)
EXAMPLES
Example
VectorLib vlib=new VectorLib();
double[][] data=vlib.readDST("mydstdata");
vlib.view("Data", data);
Output
(read file 'mydstdata.dst' and show contents of data)