Searched refs:bytesToFile (Results 1 – 2 of 2) sorted by relevance
322 public static void bytesToFile(String filename, byte[] content) throws IOException { in bytesToFile() method in FileUtils336 bytesToFile(filename, string.getBytes(StandardCharsets.UTF_8)); in stringToFile()
2702 FileUtils.bytesToFile(file.getAbsolutePath(), in writeIntToFile()