|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mbari.io.FlatFileReader
org.mbari.io.OasisFileReader
Reads files created by Bob Herlein's extract program and combined using concat.awk or OasisFileCoallator.java into a double array
| Field Summary |
| Fields inherited from class org.mbari.io.FlatFileReader |
data, file |
| Constructor Summary | |
OasisFileReader(java.io.File f)
|
|
OasisFileReader(java.lang.String s)
Constructor makes a quick pass through the file to intialize memory. |
|
| Method Summary | |
long[] |
getTime()
Accessor method to get the time stamp for each line of data in the data array |
void |
readFile()
Read a data file. |
| Methods inherited from class org.mbari.io.FlatFileReader |
countColumns, countRows, getColumn, getData, getData, getFilename, ID, main, setData |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OasisFileReader(java.lang.String s)
throws java.io.IOException
s - The name of the file to read
public OasisFileReader(java.io.File f)
throws java.io.IOException
f - File object representing the file to be read| Method Detail |
public long[] getTime()
public void readFile()
throws java.io.IOException
readFile in class FlatFileReaderjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||