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 xbd-0.0.24.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.xyou.xbd.row
├─ org.xyou.xbd.row.XBdRow.class - [JAR]
org.xyou.xbd.convert
├─ org.xyou.xbd.convert.XBdCvt.class - [JAR]
org.xyou.xbd.parquet
├─ org.xyou.xbd.parquet.PositionOutputStreamAdapter.class - [JAR]
├─ org.xyou.xbd.parquet.StreamOutputFile.class - [JAR]
├─ org.xyou.xbd.parquet.XParquetGroup.class - [JAR]
├─ org.xyou.xbd.parquet.XParquetReader.class - [JAR]
├─ org.xyou.xbd.parquet.XParquetSchema.class - [JAR]
├─ org.xyou.xbd.parquet.XParquetWriter.class - [JAR]
org.xyou.xbd.dataset
├─ org.xyou.xbd.dataset.XDataset.class - [JAR]