Uses of Class
java.nio.channels.FileChannel.MapMode
-
Packages that use FileChannel.MapMode 软件包 描述 java.nio.channels 定义通道,其表示与能够执行I / O操作的实体的连接,例如文件和套接字; 定义选择器,用于多路复用,非阻塞I / O操作。 -
-
Uses of FileChannel.MapMode in java.nio.channels
Fields in java.nio.channels declared as FileChannel.MapMode Modifier and Type Field 描述 static FileChannel.MapModeFileChannel.MapMode. PRIVATE私有(写时复制)映射模式。static FileChannel.MapModeFileChannel.MapMode. READ_ONLY只读映射的模式。static FileChannel.MapModeFileChannel.MapMode. READ_WRITE读/写映射模式。Methods in java.nio.channels with parameters of type FileChannel.MapMode Modifier and Type 方法 描述 abstract MappedByteBufferFileChannel. map(FileChannel.MapMode mode, long position, long size)将此频道文件的区域直接映射到内存中。
-