Package io.netty5.buffer.api.internal
Class WrappingAllocation
- java.lang.Object
-
- io.netty5.buffer.api.internal.WrappingAllocation
-
- All Implemented Interfaces:
AllocationType
@UnstableApi public final class WrappingAllocation extends Object implements AllocationType
AnAllocationType
for on-heap buffer allocations that wrap an existing byte array.
-
-
Constructor Summary
Constructors Constructor Description WrappingAllocation(byte[] array)
-