public static class ByteBufferPool.Bucket
extends java.lang.Object
| Constructor | Description |
|---|---|
Bucket(ByteBufferPool pool,
int bufferSize,
int maxSize) |
| Modifier and Type | Method | Description |
|---|---|---|
java.nio.ByteBuffer |
acquire(boolean direct) |
|
void |
clear() |
|
void |
release(java.nio.ByteBuffer buffer) |
|
java.lang.String |
toString() |
public Bucket(ByteBufferPool pool, int bufferSize, int maxSize)
Copyright © 1995–2017 Webtide. All rights reserved.