Searched refs:toWrite (Results 1 – 1 of 1) sorted by relevance
57 private void writeToFile(String file, String toWrite) throws IOException { in writeToFile() argument59 writer.write(toWrite); in writeToFile()