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 xchange-fcoin-4.3.17.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.knowm.xchange.fcoin
├─ org.knowm.xchange.fcoin.FCoin.class - [JAR]
├─ org.knowm.xchange.fcoin.FCoinAdapters.class - [JAR]
├─ org.knowm.xchange.fcoin.FCoinExchange.class - [JAR]
org.knowm.xchange.fcoin.dto.trade
├─ org.knowm.xchange.fcoin.dto.trade.FCoinOrder.class - [JAR]
├─ org.knowm.xchange.fcoin.dto.trade.FCoinOrderResult.class - [JAR]
├─ org.knowm.xchange.fcoin.dto.trade.FCoinSide.class - [JAR]
├─ org.knowm.xchange.fcoin.dto.trade.FCoinType.class - [JAR]
org.knowm.xchange.fcoin.dto.marketdata
├─ org.knowm.xchange.fcoin.dto.marketdata.FCoinDepth.class - [JAR]
org.knowm.xchange.fcoin.service
├─ org.knowm.xchange.fcoin.service.FCoinBaseService.class - [JAR]
├─ org.knowm.xchange.fcoin.service.FCoinDigest.class - [JAR]
├─ org.knowm.xchange.fcoin.service.FCoinTradeService.class - [JAR]
├─ org.knowm.xchange.fcoin.service.FCoinTradeServiceRaw.class - [JAR]