@ThreadSafe public abstract class IoBufferPool extends UniqueObject implements Pool<IoBuffer,IOException>
Subclasses should be thread-safe.
Constructor and Description |
---|
IoBufferPool() |
Modifier and Type | Method and Description |
---|---|
void |
release(IoBuffer buffer)
Releases a previously allocated resource to this pool.
|
equals, hashCode
public final void release(IoBuffer buffer) throws IOException
Pool
release
in interface Pool<IoBuffer,IOException>
buffer
- a resource.IOException
Copyright © 2012–2017 Schlichtherle IT Services. All rights reserved.