public static class ByteBufferPool.Bucket extends Object
| 构造器和说明 |
|---|
Bucket(ByteBufferPool pool,
int bufferSize,
int maxSize) |
public Bucket(ByteBufferPool pool, int bufferSize, int maxSize)
public ByteBuffer acquire(boolean direct)
public void release(ByteBuffer buffer)
public void clear()
Copyright © 2017. All rights reserved.