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 otavia-buffer_3-0.3.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cc.otavia.buffer.pool
├─ cc.otavia.buffer.pool.AbstractPooledPageAllocator.class - [JAR]
├─ cc.otavia.buffer.pool.AdaptiveBuffer.class - [JAR]
├─ cc.otavia.buffer.pool.AdaptiveBufferImpl.class - [JAR]
├─ cc.otavia.buffer.pool.DirectPooledPageAllocator.class - [JAR]
├─ cc.otavia.buffer.pool.DirectRecyclablePageBuffer.class - [JAR]
├─ cc.otavia.buffer.pool.HeapPooledPageAllocator.class - [JAR]
├─ cc.otavia.buffer.pool.HeapRecyclablePageBuffer.class - [JAR]
├─ cc.otavia.buffer.pool.PooledPageAllocator.class - [JAR]
├─ cc.otavia.buffer.pool.RecyclableAllocator.class - [JAR]
├─ cc.otavia.buffer.pool.RecyclablePageBuffer.class - [JAR]
cc.otavia.buffer
├─ cc.otavia.buffer.AbstractBuffer.class - [JAR]
├─ cc.otavia.buffer.Buffer.class - [JAR]
├─ cc.otavia.buffer.BufferAllocator.class - [JAR]
├─ cc.otavia.buffer.BufferClosedException.class - [JAR]
├─ cc.otavia.buffer.BufferUtils.class - [JAR]
├─ cc.otavia.buffer.ByteCursor.class - [JAR]
├─ cc.otavia.buffer.ByteProcessor.class - [JAR]
├─ cc.otavia.buffer.BytesUtil.class - [JAR]
├─ cc.otavia.buffer.FixedCapacityAllocator.class - [JAR]
├─ cc.otavia.buffer.Util.class - [JAR]
cc.otavia.buffer.unpool
├─ cc.otavia.buffer.unpool.UnpoolDirectAllocator.class - [JAR]
├─ cc.otavia.buffer.unpool.UnpoolDirectBuffer.class - [JAR]
├─ cc.otavia.buffer.unpool.UnpoolHeapAllocator.class - [JAR]
├─ cc.otavia.buffer.unpool.UnpoolHeapBuffer.class - [JAR]