Searched defs:openWriter (Results 1 – 2 of 2) sorted by relevance
127 new PrintWriter(filer.createSourceFile(String.format("%s.Ops", OP_PACKAGE)).openWriter())) { in writeApi()
224 …public static BufferedWriter openWriter(@Nullable String outputDir, String fileName) throws IOExce… in openWriter() method in Utils236 …private static BufferedWriter openWriter(File outputFile, @Nullable String encoding, boolean appen… in openWriter() method in Utils