Package org.jboss.netty.util.internal
Class ByteBufferUtil
- java.lang.Object
-
- org.jboss.netty.util.internal.ByteBufferUtil
-
public final class ByteBufferUtil extends Object
This is fork of ElasticSearch's ByteBufferAllocator.Cleaner class
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
destroy(ByteBuffer buffer)
Destroy the givenByteBuffer
if possible
-
-
-
Method Detail
-
destroy
public static void destroy(ByteBuffer buffer)
Destroy the givenByteBuffer
if possible
-
-