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 akka-stream-testkit-experimental_2.11-2.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
akka.stream.testkit
├─ akka.stream.testkit.StreamTestKit.class - [JAR]
├─ akka.stream.testkit.TestPublisher.class - [JAR]
├─ akka.stream.testkit.TestSubscriber.class - [JAR]
akka.stream.testkit.javadsl
├─ akka.stream.testkit.javadsl.TestSink.class - [JAR]
├─ akka.stream.testkit.javadsl.TestSource.class - [JAR]
akka.stream.testkit.scaladsl
├─ akka.stream.testkit.scaladsl.TestSink.class - [JAR]
├─ akka.stream.testkit.scaladsl.TestSource.class - [JAR]