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 borshj-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.syntifi.near.borshj.util
├─ com.syntifi.near.borshj.util.BorshUtil.class - [JAR]
com.syntifi.near.borshj.annotation
├─ com.syntifi.near.borshj.annotation.BorshField.class - [JAR]
├─ com.syntifi.near.borshj.annotation.BorshSubTypes.class - [JAR]
com.syntifi.near.borshj.comparator
├─ com.syntifi.near.borshj.comparator.FieldComparator.class - [JAR]
com.syntifi.near.borshj
├─ com.syntifi.near.borshj.Borsh.class - [JAR]
├─ com.syntifi.near.borshj.BorshBuffer.class - [JAR]
├─ com.syntifi.near.borshj.BorshInput.class - [JAR]
├─ com.syntifi.near.borshj.BorshOutput.class - [JAR]
├─ com.syntifi.near.borshj.BorshReader.class - [JAR]
├─ com.syntifi.near.borshj.BorshWriter.class - [JAR]
com.syntifi.near.borshj.exception
├─ com.syntifi.near.borshj.exception.BorshException.class - [JAR]