Read events from the reader @param nrof Maximum number of events to read @return Events in a List
(int nrof)
| 17 | * @return Events in a List |
| 18 | */ |
| 19 | public List<ExternalEvent> readEvents(int nrof); |
| 20 | |
| 21 | /** |
| 22 | * Closes the input file streams of the reader. |
no outgoing calls
no test coverage detected