Class UnpooledByteBufAllocationHelper
java.lang.Object
com.github.retrooper.packetevents.netty.buffer.UnpooledByteBufAllocationHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
buffer()
static Object
buffer
(int initialCapacity) static Object
static Object
compositeBuffer
(int maxNumComponents) static Object
copiedBuffer
(byte[] bytes) static Object
static Object
directBuffer
(int initialCapacity) static Object
wrappedBuffer
(byte[] bytes)
-
Constructor Details
-
UnpooledByteBufAllocationHelper
public UnpooledByteBufAllocationHelper()
-
-
Method Details
-
wrappedBuffer
-
copiedBuffer
-
buffer
-
directBuffer
-
compositeBuffer
-
buffer
-
directBuffer
-
compositeBuffer
-