Package | Description |
---|---|
net.java.truecommons.cio |
Provides generic services for reading and writing
entries in
containers,
e.g. file systems, archive files or I/O buffer pools.
|
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–2016 Schlichtherle IT Services. All rights reserved.