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

/external/guava/guava/src/com/google/common/io/
H A DFiles.java117 public static OutputSupplier<FileOutputStream> newOutputStreamSupplier( method in class:Files
119 return newOutputStreamSupplier(file, false);
131 public static OutputSupplier<FileOutputStream> newOutputStreamSupplier( method in class:Files
180 return CharStreams.newWriterSupplier(newOutputStreamSupplier(file, append),
236 ByteStreams.copy(from, newOutputStreamSupplier(to));
247 ByteStreams.write(from, newOutputStreamSupplier(to));

Completed in 40 milliseconds