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 sizeof4j-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.arturmkrtchyan.sizeof4j.calculation
├─ com.arturmkrtchyan.sizeof4j.calculation.BaseCalculationStrategy.class - [JAR]
├─ com.arturmkrtchyan.sizeof4j.calculation.CalculationStrategy.class - [JAR]
├─ com.arturmkrtchyan.sizeof4j.calculation.SpecCalculationStrategy.class - [JAR]
com.arturmkrtchyan.sizeof4j.calculation.hotspot
├─ com.arturmkrtchyan.sizeof4j.calculation.hotspot.HistogramCalculationStrategy.class - [JAR]
├─ com.arturmkrtchyan.sizeof4j.calculation.hotspot.HistogramEntry.class - [JAR]
├─ com.arturmkrtchyan.sizeof4j.calculation.hotspot.HotSpotHistogram.class - [JAR]
com.arturmkrtchyan.sizeof4j
├─ com.arturmkrtchyan.sizeof4j.Main.class - [JAR]
├─ com.arturmkrtchyan.sizeof4j.MemoryLayout.class - [JAR]
├─ com.arturmkrtchyan.sizeof4j.Primitive.class - [JAR]
├─ com.arturmkrtchyan.sizeof4j.SizeOf.class - [JAR]
├─ com.arturmkrtchyan.sizeof4j.SizeOfException.class - [JAR]
com.arturmkrtchyan.sizeof4j.util
├─ com.arturmkrtchyan.sizeof4j.util.ConsoleUtil.class - [JAR]
├─ com.arturmkrtchyan.sizeof4j.util.IOUtil.class - [JAR]
├─ com.arturmkrtchyan.sizeof4j.util.JvmUtil.class - [JAR]
├─ com.arturmkrtchyan.sizeof4j.util.ReflectionUtil.class - [JAR]