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 NetCal-NumBackend-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.networkcalculus.num.implementations
├─ org.networkcalculus.num.implementations.RationalBigInt.class - [JAR]
├─ org.networkcalculus.num.implementations.RationalInt.class - [JAR]
├─ org.networkcalculus.num.implementations.RealDoublePrecision.class - [JAR]
├─ org.networkcalculus.num.implementations.RealSinglePrecision.class - [JAR]
org.networkcalculus.num
├─ org.networkcalculus.num.Num.class - [JAR]
├─ org.networkcalculus.num.NumBackend.class - [JAR]
org.networkcalculus.num.values
├─ org.networkcalculus.num.values.NaN.class - [JAR]
├─ org.networkcalculus.num.values.NegativeInfinity.class - [JAR]
├─ org.networkcalculus.num.values.PositiveInfinity.class - [JAR]