| Modifier and Type | Class and Description |
|---|---|
class |
DecoratingIoBuffer
An abstract decorator for an I/O buffer.
|
class |
MemoryBuffer
An I/O buffer which shares its contents with a
byte buffer.
|
| Modifier and Type | Method and Description |
|---|---|
IoBuffer |
MemoryBufferPool.allocate() |
IoBuffer |
DecoratingIoBufferPool.allocate() |
| Modifier and Type | Method and Description |
|---|---|
InputSocket<? extends IoBuffer> |
DecoratingIoBuffer.input() |
OutputSocket<? extends IoBuffer> |
DecoratingIoBuffer.output() |
| Modifier and Type | Method and Description |
|---|---|
void |
IoBufferPool.release(IoBuffer buffer) |
| Constructor and Description |
|---|
DecoratingIoBuffer(IoBuffer entry) |
Copyright © 2012–2015 Schlichtherle IT Services. All rights reserved.