A covenience function that reads the entire content of a file in a
single method call.
The method will first open for reading the file specified by filePath
and determine its length. Then it will call the Defile.read method of
the file instance, which will allocate or expand the provided buffer
as necessary.
A covenience function that reads the entire content of a file in a single method call.
The method will first open for reading the file specified by filePath and determine its length. Then it will call the Defile.read method of the file instance, which will allocate or expand the provided buffer as necessary.