Java examples for File Path IO:ByteBuffer
A buffer is essentially an array that holds some data to be written or that was just read.
The following are the essential properties of a buffer:
ByteBuffer provides a set of get() and put() methods for accessing data.