Package com.biglybt.core.util
Class DirectByteBufferPool
java.lang.Object
com.biglybt.core.util.DirectByteBufferPool
- Direct Known Subclasses:
DirectByteBufferPoolReal
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DirectByteBuffer
getBuffer
(byte allocator, int length) protected abstract DirectByteBuffer
getBufferSupport
(byte allocator, int length) protected abstract void
returnBufferSupport
(DirectByteBuffer buffer)
-
Field Details
-
impl
-
-
Constructor Details
-
DirectByteBufferPool
public DirectByteBufferPool()
-
-
Method Details
-
getBuffer
-
getBufferSupport
-
returnBufferSupport
-