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 hc-hc.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.xzchaoo.hc
├─ com.xzchaoo.hc.CharsetUtils.class - [JAR]
├─ com.xzchaoo.hc.CommonEntity.class - [JAR]
├─ com.xzchaoo.hc.HC.class - [JAR]
├─ com.xzchaoo.hc.Params.class - [JAR]
├─ com.xzchaoo.hc.ReqBuilder.class - [JAR]
├─ com.xzchaoo.hc.ReqVisitor.class - [JAR]
├─ com.xzchaoo.hc.Resp.class - [JAR]
├─ com.xzchaoo.hc.UrlUtils.class - [JAR]
com.xzchaoo.hc.test
├─ com.xzchaoo.hc.test.Main.class - [JAR]
com.xzchaoo.hc.util
├─ com.xzchaoo.hc.util.Assert.class - [JAR]
├─ com.xzchaoo.hc.util.HCs.class - [JAR]
├─ com.xzchaoo.hc.util.JsonEntity.class - [JAR]
├─ com.xzchaoo.hc.util.ProxyUtil.class - [JAR]