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 jvmbrotli-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.nixxcode.jvmbrotli.dec
├─ com.nixxcode.jvmbrotli.dec.BrotliDecoderChannel.class - [JAR]
├─ com.nixxcode.jvmbrotli.dec.BrotliInputStream.class - [JAR]
├─ com.nixxcode.jvmbrotli.dec.Decoder.class - [JAR]
├─ com.nixxcode.jvmbrotli.dec.DecoderJNI.class - [JAR]
com.nixxcode.jvmbrotli.common
├─ com.nixxcode.jvmbrotli.common.Arch.class - [JAR]
├─ com.nixxcode.jvmbrotli.common.BrotliLoader.class - [JAR]
├─ com.nixxcode.jvmbrotli.common.CommonJNI.class - [JAR]
├─ com.nixxcode.jvmbrotli.common.NativeUtils.class - [JAR]
├─ com.nixxcode.jvmbrotli.common.OS.class - [JAR]
com.nixxcode.jvmbrotli.enc
├─ com.nixxcode.jvmbrotli.enc.BrotliEncoderChannel.class - [JAR]
├─ com.nixxcode.jvmbrotli.enc.BrotliOutputStream.class - [JAR]
├─ com.nixxcode.jvmbrotli.enc.Encoder.class - [JAR]
├─ com.nixxcode.jvmbrotli.enc.EncoderJNI.class - [JAR]