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-btc38-3.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.xeiam.xchange.btc38
├─ com.xeiam.xchange.btc38.Btc38.class - [JAR]
├─ com.xeiam.xchange.btc38.Btc38Adapters.class - [JAR]
├─ com.xeiam.xchange.btc38.Btc38Exchange.class - [JAR]
com.xeiam.xchange.btc38.service.polling
├─ com.xeiam.xchange.btc38.service.polling.Btc38BasePollingService.class - [JAR]
├─ com.xeiam.xchange.btc38.service.polling.Btc38MarketDataService.class - [JAR]
├─ com.xeiam.xchange.btc38.service.polling.Btc38MarketDataServiceRaw.class - [JAR]
com.xeiam.xchange.btc38.dto.marketdata
├─ com.xeiam.xchange.btc38.dto.marketdata.Btc38Ticker.class - [JAR]
├─ com.xeiam.xchange.btc38.dto.marketdata.Btc38TickerReturn.class - [JAR]