public class ByteArrayPool extends Object
ByteArrayPool()
static ByteArrayPool
create()
byte[]
rent(int minimumLength)
void
return_(byte[] array)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ByteArrayPool()
public byte[] rent(int minimumLength)
public void return_(byte[] array)
public static ByteArrayPool create()