int[] ReadFileData(string filePath, int64 startPosition, int byteLength)

Reads bytes from a file. Trust Level Required: High

Parameters

Name Description
filePath The path of the file.
startPosition The position to start reading the file from.
byteLength The number of bits to read into each byte.

Return

An int array of byte values.