public interface TraceFileReader
TraceFileReader
is able to parse a file content and put it into a TracePlayer
.Modifier and Type | Method and Description |
---|---|
void |
parse(String filename,
TracePlayer tracePlayer)
Parse the content of the file named filename and put it in the provided
TracePlayer . |
void parse(String filename, TracePlayer tracePlayer) throws Exception
TracePlayer
.filename
- the filename of the source filetracePlayer
- the TracePlayer
which must be populatedException
- in case of error