The class maxon::FileUtilities provides several functions to easily access the content of a given file.
These functions automatically read the content of a file or stream into the given memory. The memory (typically a maxon::BaseArray) is automatically resized.
maxon::FileUtilities::ReadFileToMemory() can be used to retrieve the answer from a web server using POST parameters.
These functions handle the file's data as maxon::Utf32Char text:
See also Stream Conversions Manual.
The size and content of two files or streams is easily compared with: