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 zio-apache-arrow-core_3-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.mnedokushev.zio.apache.arrow.core.ipc
├─ me.mnedokushev.zio.apache.arrow.core.ipc.package.class - [JAR]
me.mnedokushev.zio.apache.arrow.core
├─ me.mnedokushev.zio.apache.arrow.core.Allocator.class - [JAR]
├─ me.mnedokushev.zio.apache.arrow.core.Tabular.class - [JAR]
├─ me.mnedokushev.zio.apache.arrow.core.ValidationError.class - [JAR]
├─ me.mnedokushev.zio.apache.arrow.core.Vector.class - [JAR]
├─ me.mnedokushev.zio.apache.arrow.core.package.class - [JAR]
me.mnedokushev.zio.apache.arrow.core.codec
├─ me.mnedokushev.zio.apache.arrow.core.codec.DecoderError.class - [JAR]
├─ me.mnedokushev.zio.apache.arrow.core.codec.EncoderError.class - [JAR]
├─ me.mnedokushev.zio.apache.arrow.core.codec.SchemaEncoder.class - [JAR]
├─ me.mnedokushev.zio.apache.arrow.core.codec.ValueVectorCodec.class - [JAR]
├─ me.mnedokushev.zio.apache.arrow.core.codec.ValueVectorDecoder.class - [JAR]
├─ me.mnedokushev.zio.apache.arrow.core.codec.ValueVectorEncoder.class - [JAR]
├─ me.mnedokushev.zio.apache.arrow.core.codec.VectorSchemaRootCodec.class - [JAR]
├─ me.mnedokushev.zio.apache.arrow.core.codec.VectorSchemaRootDecoder.class - [JAR]
├─ me.mnedokushev.zio.apache.arrow.core.codec.VectorSchemaRootEncoder.class - [JAR]