Interface FileOperations
-
- All Known Implementing Classes:
DefaultFileOperations
public interface FileOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
readFileContent(String filePath)
-
-
-
Method Detail
-
readFileContent
byte[] readFileContent(String filePath) throws IOException
- Throws:
IOException
-
-