Uses of Class
java.nio.MappedByteBuffer
| Package | Description |
|---|---|
| java.nio | |
| java.nio.channels |
-
Uses of MappedByteBuffer in java.nio
Methods in java.nio that return MappedByteBuffer Modifier and Type Method Description MappedByteBufferMappedByteBuffer. force()Flushes changes made to the in-memory buffer back to the mapped file.MappedByteBufferMappedByteBuffer. load()Attempts to load every page of this buffer into RAM. -
Uses of MappedByteBuffer in java.nio.channels
Methods in java.nio.channels that return MappedByteBuffer Modifier and Type Method Description abstract MappedByteBufferFileChannel. map(FileChannel.MapMode mode, long position, long size)Maps the file into memory.