public class MatchLogReader extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MatchLogReader.MatchLogReaderResult |
static class |
MatchLogReader.PlayerLogResult |
| Constructor and Description |
|---|
MatchLogReader() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
MatchLogReader.MatchLogReaderResult |
read(File logFile,
List<String> playerIds) |
MatchLogReader.MatchLogReaderResult |
read(File logFile,
String... playerIds) |
public MatchLogReader.MatchLogReaderResult read(File logFile, String... playerIds)
logFile - Can be a zip-file (must ends with .zip then)playerIds - public MatchLogReader.MatchLogReaderResult read(File logFile, List<String> playerIds)
logFile - Can be a zip-file (must ends with .zip then)playerIds - public static void main(String[] args)
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.