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 elide-proto-kotlinx-jvm-1.0-v3-alpha4-b11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
elide.proto.impl
├─ elide.proto.impl.AbstractElideKotlinXProtocol.class - [JAR]
├─ elide.proto.impl.ElideKotlinXProtocol.class - [JAR]
elide.proto.impl.data
├─ elide.proto.impl.data.KxDataContainer.class - [JAR]
├─ elide.proto.impl.data.KxDataFingerprint.class - [JAR]
├─ elide.proto.impl.data.KxEncoding.class - [JAR]
├─ elide.proto.impl.data.KxHashAlgorithm.class - [JAR]
elide.data
├─ elide.data.DataContainer.class - [JAR]
├─ elide.data.DataFingerprint.class - [JAR]
├─ elide.data.EncodingKt.class - [JAR]
├─ elide.data.HashAlgorithmKt.class - [JAR]
elide.proto.impl.wkt
├─ elide.proto.impl.wkt.KxTimestamp.class - [JAR]