|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.resources.NIOUtilities
Utility class for managing memory mapped buffers.
Constructor Summary | |
protected |
NIOUtilities()
Do not allows instantiation of this class. |
Method Summary | |
static boolean |
clean(java.nio.ByteBuffer buffer)
Really closes a without the need to wait for garbage collection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected NIOUtilities()
Method Detail |
public static boolean clean(java.nio.ByteBuffer buffer)
buffer
- The buffer to close.
MappedByteBuffer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |