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 imcache-offheap-0.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.cetsoft.imcache.offheap
├─ com.cetsoft.imcache.offheap.OffHeapCache.class - [JAR]
├─ com.cetsoft.imcache.offheap.StaleItemException.class - [JAR]
├─ com.cetsoft.imcache.offheap.VersionedOffHeapCache.class - [JAR]
com.cetsoft.imcache.offheap.bytebuffer
├─ com.cetsoft.imcache.offheap.bytebuffer.ByteBuffer.class - [JAR]
├─ com.cetsoft.imcache.offheap.bytebuffer.DirectByteBuffer.class - [JAR]
├─ com.cetsoft.imcache.offheap.bytebuffer.OffHeapByteBuffer.class - [JAR]
├─ com.cetsoft.imcache.offheap.bytebuffer.OffHeapByteBufferException.class - [JAR]
├─ com.cetsoft.imcache.offheap.bytebuffer.OffHeapByteBufferStore.class - [JAR]
├─ com.cetsoft.imcache.offheap.bytebuffer.OffHeapStore.class - [JAR]
├─ com.cetsoft.imcache.offheap.bytebuffer.Pointer.class - [JAR]