zombie.core.utils
Class DirectBufferAllocator

java.lang.Object
  extended by zombie.core.utils.DirectBufferAllocator

public final class DirectBufferAllocator
extends java.lang.Object

Allocates direct bytebuffers of a particular size.

Author:
foo

Method Summary
static WrappedBuffer allocate(int size)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

allocate

public static WrappedBuffer allocate(int size)