public static class ByteBufferPool.Bucket
extends java.lang.Object
Constructor and Description |
---|
Bucket(ByteBufferPool pool,
int bufferSize,
int maxSize) |
Modifier and Type | Method and 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–2023 Webtide. All rights reserved.