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 camel-zipfile-4.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.camel.dataformat.zipfile
├─ org.apache.camel.dataformat.zipfile.ZipFileDataFormat.class - [JAR]
├─ org.apache.camel.dataformat.zipfile.ZipFileDataFormatConfigurer.class - [JAR]
├─ org.apache.camel.dataformat.zipfile.ZipInputStreamWrapper.class - [JAR]
├─ org.apache.camel.dataformat.zipfile.ZipIterator.class - [JAR]
├─ org.apache.camel.dataformat.zipfile.ZipSplitter.class - [JAR]
org.apache.camel.processor.aggregate.zipfile
├─ org.apache.camel.processor.aggregate.zipfile.ZipAggregationStrategy.class - [JAR]