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 deephaven-extensions-iceberg-0.35.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.deephaven.iceberg.util
├─ io.deephaven.iceberg.util.IcebergCatalogAdapter.class - [JAR]
├─ io.deephaven.iceberg.util.IcebergInstructions.class - [JAR]
├─ io.deephaven.iceberg.util.IcebergTools.class - [JAR]
├─ io.deephaven.iceberg.util.ImmutableIcebergInstructions.class - [JAR]
io.deephaven.iceberg.layout
├─ io.deephaven.iceberg.layout.IcebergBaseLayout.class - [JAR]
├─ io.deephaven.iceberg.layout.IcebergFlatLayout.class - [JAR]
├─ io.deephaven.iceberg.layout.IcebergKeyValuePartitionedLayout.class - [JAR]
io.deephaven.iceberg.location
├─ io.deephaven.iceberg.location.IcebergTableLocationFactory.class - [JAR]
├─ io.deephaven.iceberg.location.IcebergTableLocationKey.class - [JAR]
├─ io.deephaven.iceberg.location.IcebergTableParquetLocationKey.class - [JAR]