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 snappy-spark-unsafe_2.10-1.6.2-6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.spark.unsafe.bitset
├─ org.apache.spark.unsafe.bitset.BitSetMethods.class - [JAR]
org.apache.spark.unsafe.types
├─ org.apache.spark.unsafe.types.ByteArray.class - [JAR]
├─ org.apache.spark.unsafe.types.CalendarInterval.class - [JAR]
├─ org.apache.spark.unsafe.types.UTF8String.class - [JAR]
org.apache.spark.unsafe.array
├─ org.apache.spark.unsafe.array.ByteArrayMethods.class - [JAR]
├─ org.apache.spark.unsafe.array.LongArray.class - [JAR]
org.apache.spark.unsafe.hash
├─ org.apache.spark.unsafe.hash.Murmur3_x86_32.class - [JAR]
org.apache.spark.unsafe
├─ org.apache.spark.unsafe.KVIterator.class - [JAR]
├─ org.apache.spark.unsafe.Platform.class - [JAR]
org.apache.spark.unsafe.memory
├─ org.apache.spark.unsafe.memory.HeapMemoryAllocator.class - [JAR]
├─ org.apache.spark.unsafe.memory.MemoryAllocator.class - [JAR]
├─ org.apache.spark.unsafe.memory.MemoryBlock.class - [JAR]
├─ org.apache.spark.unsafe.memory.MemoryLocation.class - [JAR]
├─ org.apache.spark.unsafe.memory.UnsafeMemoryAllocator.class - [JAR]