Show you how to resize a MappedByteBuffer
* 1. Open a MappedByteBuffer which its size is the filesize of associated file.
* 2. print file content to console
* 3. call the private unmap() method in FileChannel class
* 4. print file content to console again to check the result