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 mmm-marshall-protobuf-0.9.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.mmm.marshall.protobuf
├─ io.github.mmm.marshall.protobuf.ProtoBufFormatProvider.class - [JAR]
io.github.mmm.marshall.protobuf.impl
├─ io.github.mmm.marshall.protobuf.impl.ProtoBufFormat.class - [JAR]
├─ io.github.mmm.marshall.protobuf.impl.ProtoBufOut.class - [JAR]
├─ io.github.mmm.marshall.protobuf.impl.ProtoBufReader.class - [JAR]
├─ io.github.mmm.marshall.protobuf.impl.ProtoBufSizeComputor.class - [JAR]
├─ io.github.mmm.marshall.protobuf.impl.ProtoBufState.class - [JAR]
├─ io.github.mmm.marshall.protobuf.impl.ProtoBufWriter.class - [JAR]