|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mbari.io.OasisPco2Reader2
Read a concatenated file of pC02 data. and provide methods to access that data
| Constructor Summary | |
OasisPco2Reader2(java.io.File f)
Create a OasisPco2Reader and intialize memory. |
|
OasisPco2Reader2(java.lang.String s)
Create a OasisPco2Reader and intialize memory. |
|
| Method Summary | |
double[] |
getCalData()
|
long[] |
getCalTime()
|
double[] |
getData()
Return the data |
long[] |
getTime()
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OasisPco2Reader2(java.lang.String s)
throws java.io.IOException
s - Name of file to read
public OasisPco2Reader2(java.io.File f)
throws java.io.IOException
f - File object representing the file to be read| Method Detail |
public double[] getData()
public long[] getTime()
public double[] getCalData()
public long[] getCalTime()
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||