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 nalloc-0.1.Alpha1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.nalloc.impl
├─ com.github.nalloc.impl.DirectBufferMmapAllocator.class - [JAR]
├─ com.github.nalloc.impl.HeapArray.class - [JAR]
├─ com.github.nalloc.impl.HeapPointer.class - [JAR]
├─ com.github.nalloc.impl.MmapArray.class - [JAR]
├─ com.github.nalloc.impl.NativeStruct.class - [JAR]
├─ com.github.nalloc.impl.PointerArithmetics.class - [JAR]
├─ com.github.nalloc.impl.StructClassGenerator.class - [JAR]
├─ com.github.nalloc.impl.UnsafeNativeHeapAllocator.class - [JAR]
com.github.nalloc
├─ com.github.nalloc.Array.class - [JAR]
├─ com.github.nalloc.MmapAllocator.class - [JAR]
├─ com.github.nalloc.NativeHeapAllocator.class - [JAR]
├─ com.github.nalloc.Pointer.class - [JAR]
├─ com.github.nalloc.Struct.class - [JAR]