- All Known Implementing Classes:
FileReader
public interface IFileReader
-
Method Summary
-
Method Details
-
readFile
Reads a file from disk.Protects against some common negative cases:
- If path is bad, log and return an empty byte array
- If file does not exist, log and return an empty byte array
- Throws:
IOException
-