public interface ByteBufferPool
Modifier and Type | Method and Description |
---|---|
int |
activeCount() |
ByteBuffer |
getByteBuffer(int theSize) |
void |
releaseByteBuffer(ByteBuffer thebb) |
ByteBuffer getByteBuffer(int theSize)
void releaseByteBuffer(ByteBuffer thebb)
int activeCount()
Copyright © 2019 JBoss by Red Hat. All rights reserved.