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 chzzk4j-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.r2turntrue.chzzk4j
├─ xyz.r2turntrue.chzzk4j.Chzzk.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.ChzzkBuilder.class - [JAR]
xyz.r2turntrue.chzzk4j.chat
├─ xyz.r2turntrue.chzzk4j.chat.ChatEventListener.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.chat.ChatMessage.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.chat.ChatWebsocketClient.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.chat.ChzzkChat.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.chat.WsMessageBase.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.chat.WsMessageClientboundChat.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.chat.WsMessageClientboundConnected.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.chat.WsMessageClientboundRecentChat.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.chat.WsMessageServerboundConnect.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.chat.WsMessageServerboundPong.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.chat.WsMessageServerboundRequestRecentChat.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.chat.WsMessageServerboundSendChat.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.chat.WsMessageTypes.class - [JAR]
xyz.r2turntrue.chzzk4j.types.channel
├─ xyz.r2turntrue.chzzk4j.types.channel.ChzzkChannel.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.types.channel.ChzzkChannelFollowingData.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.types.channel.ChzzkChannelPersonalData.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.types.channel.ChzzkChannelRules.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.types.channel.ChzzkPartialChannel.class - [JAR]
xyz.r2turntrue.chzzk4j.util
├─ xyz.r2turntrue.chzzk4j.util.RawApiUtils.class - [JAR]
xyz.r2turntrue.chzzk4j.types
├─ xyz.r2turntrue.chzzk4j.types.ChzzkFollowingStatusResponse.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.types.ChzzkUser.class - [JAR]
xyz.r2turntrue.chzzk4j.exception
├─ xyz.r2turntrue.chzzk4j.exception.ChannelNotExistsException.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.exception.ChatFailedConnectException.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.exception.NotExistsException.class - [JAR]
├─ xyz.r2turntrue.chzzk4j.exception.NotLoggedInException.class - [JAR]