Package de.fzi.power.profilingimport
Class MarkerParser
- java.lang.Object
-
- de.fzi.power.profilingimport.MarkerParser
-
public class MarkerParser extends Object
-
-
Constructor Summary
Constructors Constructor Description MarkerParser(MarkerLog markerLog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCurLabel()
long
getCurTimeStamp()
boolean
hasNext()
void
moveToEnd()
void
step()
-
-
-
Constructor Detail
-
MarkerParser
public MarkerParser(MarkerLog markerLog) throws IOException
- Throws:
IOException
-
-
Method Detail
-
hasNext
public boolean hasNext()
-
step
public void step()
-
moveToEnd
public void moveToEnd()
-
getCurTimeStamp
public long getCurTimeStamp()
-
getCurLabel
public String getCurLabel()
-
-