public abstract class TextTraceReader extends Object implements TraceReader
| Constructor and Description |
|---|
TextTraceReader(List<String> filePaths) |
| Modifier and Type | Method and Description |
|---|---|
protected Stream<String> |
lines()
Returns a stream of each line in the trace file.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waiteventsprotected Stream<String> lines() throws IOException
IOException