E - the type of the entries for the I/O buffers.public interface IOPool<E extends IOEntry<E>> extends Pool<IOPool.Entry<E>,IOException>
IOEntrys.
Implementations must be thread-safe.
However, this does not necessarily apply to the implementation of its
managed resources, i.e. the IOEntrys.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IOPool.Entry<E extends IOEntry<E>>
A releasable I/O buffer.
|
Pool.Releasable<X extends Exception>Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.