Uses of Class java.nio.MappedByteBuffer

Uses in package java.nio

Methods with return type java.nio.MappedByteBuffer

MappedByteBuffer
MappedByteBuffer

Uses in package gnu.java.nio

Methods with return type java.nio.MappedByteBuffer

MappedByteBuffer
FileChannelImpl.map(FileChannel.MapMode mode, long position, long size)

Uses in package java.nio.channels

Methods with return type java.nio.MappedByteBuffer

MappedByteBuffer
FileChannel.map(FileChannel.MapMode mode, long position, long size)
Maps the file into the memory.

Uses in package gnu.java.nio.channels

Methods with return type java.nio.MappedByteBuffer

MappedByteBuffer
FileChannelImpl.map(FileChannel.MapMode mode, long position, long size)
MappedByteBuffer
FileChannelImpl.mapImpl(char mode, long position, int size)