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 StarGate-0.4.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
chat.dim.pack
├─ chat.dim.pack.DeparturePacker.class - [JAR]
├─ chat.dim.pack.PackageSeeker.class - [JAR]
├─ chat.dim.pack.SeekerResult.class - [JAR]
chat.dim.mtp
├─ chat.dim.mtp.MTPHelper.class - [JAR]
├─ chat.dim.mtp.MTPSeeker.class - [JAR]
├─ chat.dim.mtp.StreamArrival.class - [JAR]
├─ chat.dim.mtp.StreamDeparture.class - [JAR]
├─ chat.dim.mtp.StreamDocker.class - [JAR]
chat.dim.network
├─ chat.dim.network.BaseGate.class - [JAR]
├─ chat.dim.network.CommonGate.class - [JAR]
├─ chat.dim.network.StreamClientHub.class - [JAR]
├─ chat.dim.network.StreamServerHub.class - [JAR]
├─ chat.dim.network.TCPClientGate.class - [JAR]
├─ chat.dim.network.TCPServerGate.class - [JAR]
├─ chat.dim.network.UDPClientGate.class - [JAR]
├─ chat.dim.network.UDPServerGate.class - [JAR]