Searched refs:readFile (Results 1 – 7 of 7) sorted by relevance
41 public static byte[] readFile(String fileName) { in readFile() method in FileUtils43 return readFile(file); in readFile()53 public static byte[] readFile(File file) { in readFile() method in FileUtils
45 String jsonContent = readFile(resultFilePath); in testJsonFile()49 private String readFile(String filePath) throws IOException { in readFile() method in DeviceInfoTest
25 public static String readFile(File f) { in readFile() method in FileUtil
55 public static String readFile(File f) throws IOException { in readFile() method in Strings
77 byte[] cfhbytes = FileUtils.readFile(cfhF); in run()
79 byte[] bytes = FileUtils.readFile(inFile); in process()
888 Callable<Boolean> readFile = new Callable<Boolean>() { in tryFileOpenRead() local901 future = executor.submit(readFile); in tryFileOpenRead()