A direct byte buffer whose content is a memory-mapped region of a file.
I am implementing a class that should receive a large text file. I want to split it in chunks and …