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 arrow-memory-core-13.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.arrow.memory.util.hash
├─ org.apache.arrow.memory.util.hash.ArrowBufHasher.class - [JAR]
├─ org.apache.arrow.memory.util.hash.MurmurHasher.class - [JAR]
├─ org.apache.arrow.memory.util.hash.SimpleHasher.class - [JAR]
org.apache.arrow.util
├─ org.apache.arrow.util.AutoCloseables.class - [JAR]
├─ org.apache.arrow.util.Collections2.class - [JAR]
├─ org.apache.arrow.util.Preconditions.class - [JAR]
├─ org.apache.arrow.util.VisibleForTesting.class - [JAR]
org.apache.arrow.memory
├─ org.apache.arrow.memory.Accountant.class - [JAR]
├─ org.apache.arrow.memory.AllocationListener.class - [JAR]
├─ org.apache.arrow.memory.AllocationManager.class - [JAR]
├─ org.apache.arrow.memory.AllocationOutcome.class - [JAR]
├─ org.apache.arrow.memory.AllocationOutcomeDetails.class - [JAR]
├─ org.apache.arrow.memory.AllocationReservation.class - [JAR]
├─ org.apache.arrow.memory.AllocatorClosedException.class - [JAR]
├─ org.apache.arrow.memory.ArrowBuf.class - [JAR]
├─ org.apache.arrow.memory.BaseAllocator.class - [JAR]
├─ org.apache.arrow.memory.BoundsChecking.class - [JAR]
├─ org.apache.arrow.memory.BufferAllocator.class - [JAR]
├─ org.apache.arrow.memory.BufferLedger.class - [JAR]
├─ org.apache.arrow.memory.BufferManager.class - [JAR]
├─ org.apache.arrow.memory.CheckAllocator.class - [JAR]
├─ org.apache.arrow.memory.ChildAllocator.class - [JAR]
├─ org.apache.arrow.memory.DefaultAllocationManagerOption.class - [JAR]
├─ org.apache.arrow.memory.ForeignAllocation.class - [JAR]
├─ org.apache.arrow.memory.ForeignAllocationManager.class - [JAR]
├─ org.apache.arrow.memory.ImmutableConfig.class - [JAR]
├─ org.apache.arrow.memory.LowCostIdentityHashMap.class - [JAR]
├─ org.apache.arrow.memory.OutOfMemoryException.class - [JAR]
├─ org.apache.arrow.memory.OwnershipTransferNOOP.class - [JAR]
├─ org.apache.arrow.memory.OwnershipTransferResult.class - [JAR]
├─ org.apache.arrow.memory.ReferenceManager.class - [JAR]
├─ org.apache.arrow.memory.RootAllocator.class - [JAR]
├─ org.apache.arrow.memory.ValueWithKeyIncluded.class - [JAR]
├─ org.apache.arrow.memory.package-info.class - [JAR]
org.apache.arrow.memory.rounding
├─ org.apache.arrow.memory.rounding.DefaultRoundingPolicy.class - [JAR]
├─ org.apache.arrow.memory.rounding.RoundingPolicy.class - [JAR]
├─ org.apache.arrow.memory.rounding.SegmentRoundingPolicy.class - [JAR]
org.apache.arrow.memory.util
├─ org.apache.arrow.memory.util.ArrowBufPointer.class - [JAR]
├─ org.apache.arrow.memory.util.AssertionUtil.class - [JAR]
├─ org.apache.arrow.memory.util.AutoCloseableLock.class - [JAR]
├─ org.apache.arrow.memory.util.ByteFunctionHelpers.class - [JAR]
├─ org.apache.arrow.memory.util.CommonUtil.class - [JAR]
├─ org.apache.arrow.memory.util.HistoricalLog.class - [JAR]
├─ org.apache.arrow.memory.util.LargeMemoryUtil.class - [JAR]
├─ org.apache.arrow.memory.util.MemoryUtil.class - [JAR]
├─ org.apache.arrow.memory.util.StackTrace.class - [JAR]