View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window hs-game-converter-1.0.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.zerotoheroes.hsgameconverter
├─ com.zerotoheroes.hsgameconverter.ReplayConverter.class - [JAR]
com.zerotoheroes.hsgameconverter.logparser.handlers
├─ com.zerotoheroes.hsgameconverter.logparser.handlers.ChoicesHandler.class - [JAR]
├─ com.zerotoheroes.hsgameconverter.logparser.handlers.DataHandler.class - [JAR]
├─ com.zerotoheroes.hsgameconverter.logparser.handlers.EntityChosenHandler.class - [JAR]
├─ com.zerotoheroes.hsgameconverter.logparser.handlers.OptionsHandler.class - [JAR]
├─ com.zerotoheroes.hsgameconverter.logparser.handlers.SendChoicesHandler.class - [JAR]
├─ com.zerotoheroes.hsgameconverter.logparser.handlers.SendOptionHandler.class - [JAR]
com.zerotoheroes.hsgameconverter.logparser
├─ com.zerotoheroes.hsgameconverter.logparser.Helper.class - [JAR]
├─ com.zerotoheroes.hsgameconverter.logparser.Node.class - [JAR]
├─ com.zerotoheroes.hsgameconverter.logparser.ParserState.class - [JAR]
├─ com.zerotoheroes.hsgameconverter.logparser.Regexes.class - [JAR]
├─ com.zerotoheroes.hsgameconverter.logparser.ReplayParser.class - [JAR]
├─ com.zerotoheroes.hsgameconverter.logparser.Utils.class - [JAR]