Read

Reads data from a binary file.

Tip:

To read a file, call Read in a loop that runs until IsEOF indicates that the end of the file has been reached.

Syntax

<HFMwFileReader>.Read()

Return Value

Returns the file as an array of bytes.