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 drill-memory-base-1.21.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.netty.buffer
├─ io.netty.buffer.DrillBuf.class - [JAR]
├─ io.netty.buffer.ExpandableByteBuf.class - [JAR]
├─ io.netty.buffer.LargeBuffer.class - [JAR]
├─ io.netty.buffer.MutableWrappedByteBuf.class - [JAR]
├─ io.netty.buffer.PooledByteBufAllocatorL.class - [JAR]
├─ io.netty.buffer.UnsafeDirectLittleEndian.class - [JAR]
org.apache.drill.exec.memory
├─ org.apache.drill.exec.memory.Accountant.class - [JAR]
├─ org.apache.drill.exec.memory.AllocationManager.class - [JAR]
├─ org.apache.drill.exec.memory.AllocationReservation.class - [JAR]
├─ org.apache.drill.exec.memory.AllocatorClosedException.class - [JAR]
├─ org.apache.drill.exec.memory.BaseAllocator.class - [JAR]
├─ org.apache.drill.exec.memory.BoundsChecking.class - [JAR]
├─ org.apache.drill.exec.memory.BufferAllocator.class - [JAR]
├─ org.apache.drill.exec.memory.ChildAllocator.class - [JAR]
├─ org.apache.drill.exec.memory.DrillByteBufAllocator.class - [JAR]
├─ org.apache.drill.exec.memory.RootAllocator.class - [JAR]
org.apache.drill.exec.ops
├─ org.apache.drill.exec.ops.BufferManager.class - [JAR]
org.apache.drill.exec.exception
├─ org.apache.drill.exec.exception.OutOfMemoryException.class - [JAR]
org.apache.drill.exec.util
├─ org.apache.drill.exec.util.Pointer.class - [JAR]