Buffer Data Array
Some variables containing the actual file data. The data can be either a character buffer, or a 2 dimension matrix.
Private:
m_data (unsigned char *)
A pointer to the data buffer
Public:
Data_New
A method that create the memory for the data buffer
Data_Clear
A method that clear the memory of the data buffer to "0"
Data_Get
A method that return a pointer to the data buffer
Data_Delete
A method that free the memory used by the data buffer.