Java java.nio MappedByteBuffer fields, constructors, methods, implement or subclass

Example usage for Java java.nio MappedByteBuffer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.nio MappedByteBuffer.

The text is from its open source code.

Method

MappedByteBufferclear()
MappedByteBufferflip()
MappedByteBufferforce()
Forces any changes made to this buffer's content to be written to the storage device containing the mapped file.
ClassgetClass()
Returns the runtime class of this Object .
booleanisLoaded()
Tells whether or not this buffer's content is resident in physical memory.
MappedByteBufferlimit(int newLimit)
MappedByteBufferload()
Loads this buffer's content into physical memory.
MappedByteBufferposition(int newPosition)
MappedByteBufferrewind()
StringtoString()
Returns a string representation of the object.