In this post, we are going to discuss about the class java.nio.MappedByteBuffer 1. MappedByteBuffer Class There are two ways for reading a file, sequentially and randomly. Files that can be explored sequentially are known as sequential files. Files that permit random access to their contents are known as random access files (RAFs). Sequential files are ...
↧