edu.harvard.seas.iis.abilities.analysis
Class LogSource
java.lang.Object
edu.harvard.seas.iis.abilities.analysis.LogSource
public class LogSource
- extends java.lang.Object
This class allows us to read logs from different sources
- Author:
- kgajos
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogSource
public LogSource(java.lang.String log)
LogSource
public LogSource(java.io.File[] files)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
getNextLine
public java.lang.String getNextLine()
throws java.io.IOException
- Throws:
java.io.IOException
getCurrentSource
public java.lang.String getCurrentSource()