maslab.data
Class DataLogReader

java.lang.Object
  extended by maslab.data.DataLogReader

public class DataLogReader
extends java.lang.Object


Constructor Summary
DataLogReader(java.lang.String logspecification)
          A log specification: logfile.log:CHANNELS:TO:READ If no channels are specified, then all channels are enabled.
 
Method Summary
 void close()
           
 DataEvent read()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataLogReader

public DataLogReader(java.lang.String logspecification)
              throws java.io.IOException
A log specification: logfile.log:CHANNELS:TO:READ If no channels are specified, then all channels are enabled.

Throws:
java.io.IOException
Method Detail

read

public DataEvent read()
               throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException