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 ychat-core-jvm-1.4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
co.yml.ychat.core.network.factories
├─ co.yml.ychat.core.network.factories.HttpClientFactory.class - [JAR]
├─ co.yml.ychat.core.network.factories.HttpEngineFactory.class - [JAR]
co.yml.ychat.core.storage
├─ co.yml.ychat.core.storage.ChatLogStorage.class - [JAR]
co.yml.ychat.core.network.extensions
├─ co.yml.ychat.core.network.extensions.ApiResultExtensionsKt.class - [JAR]
co.yml.ychat.core.model
├─ co.yml.ychat.core.model.FileBytesKt.class - [JAR]
co.yml.ychat.core.exceptions
├─ co.yml.ychat.core.exceptions.YChatException.class - [JAR]
co.yml.ychat.core.network.infrastructure
├─ co.yml.ychat.core.network.infrastructure.ApiExecutor.class - [JAR]
├─ co.yml.ychat.core.network.infrastructure.ApiResult.class - [JAR]