MappedByteBuffer
Class MappedByteBuffer
- java.lang.Object
-
- java-nio-Buffer
-
- java.nio.ByteBuffer
-
- java.nio.MappedByteBuffer
- All Implemented Interfaces:
- Comparable<ByteBuffer>
public abstract class MappedByteBuffer extends ByteBuffer
A direct byte buffer whose content is a memory-mapped region of a file.
Mapped byte buffers are created via the 登录查看完整内容