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 hadoopcryptoledger-hiveserde-1.3.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.zuinnote.hadoop.bitcoin.hive.datatypes
├─ org.zuinnote.hadoop.bitcoin.hive.datatypes.HiveBitcoinAuxPOW.class - [JAR]
├─ org.zuinnote.hadoop.bitcoin.hive.datatypes.HiveBitcoinBlock.class - [JAR]
├─ org.zuinnote.hadoop.bitcoin.hive.datatypes.HiveBitcoinTransaction.class - [JAR]
├─ org.zuinnote.hadoop.bitcoin.hive.datatypes.HiveBitcoinTransactionOutput.class - [JAR]
org.zuinnote.hadoop.bitcoin.hive.serde
├─ org.zuinnote.hadoop.bitcoin.hive.serde.BitcoinBlockSerde.class - [JAR]
├─ org.zuinnote.hadoop.bitcoin.hive.serde.BitcoinBlockStorageFormatDescriptor.class - [JAR]
org.zuinnote.hadoop.ethereum.hive.datatypes
├─ org.zuinnote.hadoop.ethereum.hive.datatypes.HiveEthereumBlock.class - [JAR]
├─ org.zuinnote.hadoop.ethereum.hive.datatypes.HiveEthereumBlockHeader.class - [JAR]
├─ org.zuinnote.hadoop.ethereum.hive.datatypes.HiveEthereumTransaction.class - [JAR]
org.zuinnote.hadoop.ethereum.hive.serde
├─ org.zuinnote.hadoop.ethereum.hive.serde.EthereumBlockSerde.class - [JAR]
├─ org.zuinnote.hadoop.ethereum.hive.serde.EthereumBlockStorageFormatDescriptor.class - [JAR]