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 bookkeeper-common-allocator-4.16.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.bookkeeper.common.allocator
├─ org.apache.bookkeeper.common.allocator.ByteBufAllocatorBuilder.class - [JAR]
├─ org.apache.bookkeeper.common.allocator.ByteBufAllocatorWithOomHandler.class - [JAR]
├─ org.apache.bookkeeper.common.allocator.LeakDetectionPolicy.class - [JAR]
├─ org.apache.bookkeeper.common.allocator.OutOfMemoryPolicy.class - [JAR]
├─ org.apache.bookkeeper.common.allocator.PoolingPolicy.class - [JAR]
├─ org.apache.bookkeeper.common.allocator.package-info.class - [JAR]
org.apache.bookkeeper.common.allocator.impl
├─ org.apache.bookkeeper.common.allocator.impl.ByteBufAllocatorBuilderImpl.class - [JAR]
├─ org.apache.bookkeeper.common.allocator.impl.ByteBufAllocatorImpl.class - [JAR]
├─ org.apache.bookkeeper.common.allocator.impl.package-info.class - [JAR]