StreamPack
Toggle table of contents
3.2.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.utils.pool
Package-level
declarations
Types
Types
Byte
Buffer
Pool
Link copied to clipboard
class
ByteBufferPool
(
isDirect
:
Boolean
)
:
IBufferPool
<
ByteBuffer
>
,
Closeable
A pool of ByteBuffers.
IBuffer
Pool
Link copied to clipboard
interface
IBufferPool
<
T
:
Buffer
>
:
IGetOnlyBufferPool
<
T
>
Interface to manage buffer pool.
IClearable
Object
Pool
Link copied to clipboard
interface
IClearableObjectPool
<
T
>
:
Closeable
IGet
Only
Buffer
Pool
Link copied to clipboard
interface
IGetOnlyBufferPool
<
T
:
Buffer
>
IObject
Pool
Link copied to clipboard
interface
IObjectPool
<
T
>
:
IClearableObjectPool
<
T
>