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 lz4-1.9.4-1.5.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.bytedeco.lz4.global
├─ org.bytedeco.lz4.global.lz4.class - [JAR]
org.bytedeco.lz4.presets
├─ org.bytedeco.lz4.presets.lz4.class - [JAR]
org.bytedeco.lz4
├─ org.bytedeco.lz4.LZ4FCompressOptions.class - [JAR]
├─ org.bytedeco.lz4.LZ4FCompressionContext.class - [JAR]
├─ org.bytedeco.lz4.LZ4FDecompressOptions.class - [JAR]
├─ org.bytedeco.lz4.LZ4FDecompressionContext.class - [JAR]
├─ org.bytedeco.lz4.LZ4FFrameInfo.class - [JAR]
├─ org.bytedeco.lz4.LZ4FPreferences.class - [JAR]
├─ org.bytedeco.lz4.LZ4Stream.class - [JAR]
├─ org.bytedeco.lz4.LZ4StreamDecode.class - [JAR]
├─ org.bytedeco.lz4.LZ4StreamHC.class - [JAR]