
public interface IBufferProvider
IBuffers.| Modifier and Type | Interface and Description |
|---|---|
static interface |
IBufferProvider.Introspection
Offers additional introspection features for
IBufferProviders. |
| Modifier and Type | Method and Description |
|---|---|
short |
getBufferCapacity()
Returns the capacity of the buffers provided by
provideBuffer() . |
IBuffer |
provideBuffer()
Provides a buffer from this
BufferProvider. |
void |
retainBuffer(IBuffer buffer)
Retains a buffer to this
BufferProvider. |
short getBufferCapacity()
provideBuffer() .IBuffer provideBuffer()
BufferProvider.void retainBuffer(IBuffer buffer)
BufferProvider.Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.