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 sniffy-module-nio-compat-deps-3.1.14.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
java.net
├─ java.net.ProtocolFamily.class - [JAR]
├─ java.net.SocketOption.class - [JAR]
sun.nio.ch
├─ sun.nio.ch.DatagramChannelDelegate.class - [JAR]
├─ sun.nio.ch.PipeSinkChannelDelegate.class - [JAR]
├─ sun.nio.ch.PipeSourceChannelDelegate.class - [JAR]
├─ sun.nio.ch.ServerSocketChannelDelegate.class - [JAR]
├─ sun.nio.ch.SocketChannelDelegate.class - [JAR]
java.nio
├─ java.nio.PublicSelChImpl.class - [JAR]
java.nio.channels
├─ java.nio.channels.NetworkChannel.class - [JAR]