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 clamav-client-2.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.capybara.clamav.commands.scan
├─ xyz.capybara.clamav.commands.scan.ContScan.class - [JAR]
├─ xyz.capybara.clamav.commands.scan.InStream.class - [JAR]
├─ xyz.capybara.clamav.commands.scan.MultiScan.class - [JAR]
├─ xyz.capybara.clamav.commands.scan.Scan.class - [JAR]
├─ xyz.capybara.clamav.commands.scan.ScanCommand.class - [JAR]
xyz.capybara.clamav.commands.scan.result
├─ xyz.capybara.clamav.commands.scan.result.ScanResult.class - [JAR]
xyz.capybara.clamav.commands
├─ xyz.capybara.clamav.commands.Command.class - [JAR]
├─ xyz.capybara.clamav.commands.Ping.class - [JAR]
├─ xyz.capybara.clamav.commands.Reload.class - [JAR]
├─ xyz.capybara.clamav.commands.Shutdown.class - [JAR]
├─ xyz.capybara.clamav.commands.Stats.class - [JAR]
├─ xyz.capybara.clamav.commands.Version.class - [JAR]
├─ xyz.capybara.clamav.commands.VersionCommands.class - [JAR]
xyz.capybara.clamav
├─ xyz.capybara.clamav.ClamavClient.class - [JAR]
├─ xyz.capybara.clamav.ClamavException.class - [JAR]
├─ xyz.capybara.clamav.CommunicationException.class - [JAR]
├─ xyz.capybara.clamav.InvalidResponseException.class - [JAR]
├─ xyz.capybara.clamav.Platform.class - [JAR]
├─ xyz.capybara.clamav.ScanFailureException.class - [JAR]
├─ xyz.capybara.clamav.UnknownCommandException.class - [JAR]
├─ xyz.capybara.clamav.UnsupportedCommandException.class - [JAR]