Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/io/
DFiles.java261 public static OutputSupplier<FileOutputStream> newOutputStreamSupplier( in newOutputStreamSupplier() method in Files
263 return newOutputStreamSupplier(file, false); in newOutputStreamSupplier()
279 public static OutputSupplier<FileOutputStream> newOutputStreamSupplier( in newOutputStreamSupplier() method in Files