org.mbari.io
Class OasisPco2Reader2

java.lang.Object
  extended byorg.mbari.io.OasisPco2Reader2

public class OasisPco2Reader2
extends java.lang.Object

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

OasisPco2Reader2

public OasisPco2Reader2(java.lang.String s)
                 throws java.io.IOException
Create a OasisPco2Reader and intialize memory.

Parameters:
s - Name of file to read

OasisPco2Reader2

public OasisPco2Reader2(java.io.File f)
                 throws java.io.IOException
Create a OasisPco2Reader and intialize memory.

Parameters:
f - File object representing the file to be read
Method Detail

getData

public double[] getData()
Return the data


getTime

public long[] getTime()

getCalData

public double[] getCalData()

getCalTime

public long[] getCalTime()

main

public static void main(java.lang.String[] args)