Example usage for Java java.nio MappedByteBuffer fields, constructors, methods, implement or subclass
The text is from its open source code.
MappedByteBuffer | clear() |
MappedByteBuffer | flip() |
MappedByteBuffer | force() Forces any changes made to this buffer's content to be written to the storage device containing the mapped file. |
Class> | getClass() Returns the runtime class of this Object . |
boolean | isLoaded() Tells whether or not this buffer's content is resident in physical memory. |
MappedByteBuffer | limit(int newLimit) |
MappedByteBuffer | load() Loads this buffer's content into physical memory. |
MappedByteBuffer | position(int newPosition) |
MappedByteBuffer | rewind() |
String | toString() Returns a string representation of the object. |