95-38-140-Buffer-MappedByteBuffer

我就是我 2022-09-10 08:29 169阅读 0赞

文章目录

  • MappedByteBuffer

在这里插入图片描述

MappedByteBuffer

内存映射文件:操作内存,内存帮我们写入到磁盘

  1. /** * A direct byte buffer whose content is a memory-mapped region of a file. * * <p> Mapped byte buffers are created via the {@link * java.nio.channels.FileChannel#map FileChannel.map} method. This class * extends the {@link ByteBuffer} class with operations that are specific to * memory-mapped file regions. * * <p> A mapped byte buffer and the file mapping that it represents remain * valid until the buff

发表评论

表情:
评论列表 (有 0 条评论,169人围观)

还没有评论,来说两句吧...

相关阅读