MappedByteBuffer (Java SE 10 & JDK 10 )
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MappedByteBufferforce()Forces any changes made to this buffer's content to be written to the storage device containing the mapped file.
booleanisLoaded()Tells whether or not this buffer's content is resident in physical memory.
MappedByteBufferload()Loads this buffer's content into physical memory.
-
Methods declared in class java.nio.Buffer
capacity, clear, flip, hasRemaining, isReadOnly, limit, limit, mark, position, position, remaining, reset, rewind
-
Methods declared in class java.nio.ByteBuffer
alignedSlice, alignmentOffset, allocate, allocateDirect, array, arrayOffset, asCharBuffer, asDoubleBuffer, asFloatBuffer, asIntBuffer, asLongBuffer, asReadOnlyBuffer, asShortBuffer, compact, compareTo, duplicate, equals, get, get, get, get, getChar, getChar, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getShort, getShort, hasArray, hashCode, isDirect, order, order, put, put, put, put, put, putChar, putChar, putDouble, putDouble, putFloat, putFloat, putInt, putInt, putLong, putLong, putShort, putShort, slice, toString, wrap, wrap
-
-