Searched refs:newWriterSupplier (Results 1 - 2 of 2) sorted by relevance

/external/guava/src/com/google/common/io/
H A DFiles.java154 public static OutputSupplier<OutputStreamWriter> newWriterSupplier(File file, method in class:Files
156 return newWriterSupplier(file, charset, false);
169 public static OutputSupplier<OutputStreamWriter> newWriterSupplier(File file, method in class:Files
171 return CharStreams.newWriterSupplier(newOutputStreamSupplier(file, append),
288 CharStreams.copy(from, newWriterSupplier(to, charset));
331 CharStreams.write(from, newWriterSupplier(to, charset, append));
H A DCharStreams.java99 public static OutputSupplier<OutputStreamWriter> newWriterSupplier( method in class:CharStreams

Completed in 46 milliseconds