The source code returns a null reference if the file is empty, and will not throw an exception if it cannot be read. Personally, I think it's better to return an empty array and not swallow exceptions, but I think the difference is between refactoring and redesigning.
, , , . , , File.ReadAllBytes .
, ?