@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) public interface IOPoolProvider
Implementations must be thread-safe.
IOPool<?> get()
Calling this method several times may return different I/O entry pools, so callers should cache the result for subsequent use.
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.