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-coinfloor-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.coinfloor.dto.streaming
├─ com.xeiam.xchange.coinfloor.dto.streaming.CoinfloorExchangeEvent.class - [JAR]
├─ com.xeiam.xchange.coinfloor.dto.streaming.CoinfloorOrder.class - [JAR]
├─ com.xeiam.xchange.coinfloor.dto.streaming.CoinfloorStreamingConfiguration.class - [JAR]
com.xeiam.xchange.coinfloor
├─ com.xeiam.xchange.coinfloor.CoinfloorAdapters.class - [JAR]
├─ com.xeiam.xchange.coinfloor.CoinfloorExchange.class - [JAR]
├─ com.xeiam.xchange.coinfloor.CoinfloorUtils.class - [JAR]
com.xeiam.xchange.coinfloor.dto.streaming.account
├─ com.xeiam.xchange.coinfloor.dto.streaming.account.CoinfloorAssetBalance.class - [JAR]
├─ com.xeiam.xchange.coinfloor.dto.streaming.account.CoinfloorBalances.class - [JAR]
├─ com.xeiam.xchange.coinfloor.dto.streaming.account.CoinfloorTradeVolume.class - [JAR]
com.xeiam.xchange.coinfloor.streaming
├─ com.xeiam.xchange.coinfloor.streaming.CoinfloorEventListener.class - [JAR]
├─ com.xeiam.xchange.coinfloor.streaming.CoinfloorStreamingExchangeService.class - [JAR]
├─ com.xeiam.xchange.coinfloor.streaming.RequestFactory.class - [JAR]
com.xeiam.xchange.coinfloor.dto.streaming.marketdata
├─ com.xeiam.xchange.coinfloor.dto.streaming.marketdata.CoinfloorOrderbook.class - [JAR]
├─ com.xeiam.xchange.coinfloor.dto.streaming.marketdata.CoinfloorTicker.class - [JAR]
com.xeiam.xchange.coinfloor.dto.streaming.trade
├─ com.xeiam.xchange.coinfloor.dto.streaming.trade.CoinfloorCancelOrder.class - [JAR]
├─ com.xeiam.xchange.coinfloor.dto.streaming.trade.CoinfloorEstimateMarketOrder.class - [JAR]
├─ com.xeiam.xchange.coinfloor.dto.streaming.trade.CoinfloorOpenOrders.class - [JAR]
├─ com.xeiam.xchange.coinfloor.dto.streaming.trade.CoinfloorPlaceOrder.class - [JAR]