public final class MappedByteBufferHandler extends Object implements ResourceHolder<MappedByteBuffer>
MappedByteBuffer.FileUtils.map(java.io.File)| Modifier and Type | Method and Description |
|---|---|
void |
close()
Unmaps the wrapped buffer.
|
MappedByteBuffer |
get()
Returns the wrapped buffer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromCloseablepublic MappedByteBuffer get()
get in interface ResourceHolder<MappedByteBuffer>public void close()
close in interface Closeableclose in interface AutoCloseableclose in interface ResourceHolder<MappedByteBuffer>Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.