A wrapper for PHYSFS_read.
Reads data from a file. Note that the file must have been opened with the OpenFor.Read flag set. See the documentation for PHYSFS_read for details.
A pointer that will be used to store the objects read = from the file.
The number of bytes to read at a time.
The number of times to read objSize bytes.
The total number of objects read.
DefileException if an error occurs.
See Implementation
A wrapper for PHYSFS_read.
Reads data from a file. Note that the file must have been opened with the OpenFor.Read flag set. See the documentation for PHYSFS_read for details.