Searched refs:bytesToFile (Results 1 – 1 of 1) sorted by relevance
56 public static void bytesToFile(String filename, byte[] content) throws IOException { in bytesToFile() method in FileUtils70 bytesToFile(filename, string.getBytes(StandardCharsets.UTF_8)); in stringToFile()