HomeSort by relevance Sort by last modified time
    Searched refs:OutputSupplier (Results 1 - 4 of 4) sorted by null

  /external/guava/src/com/google/common/io/
OutputSupplier.java 27 public interface OutputSupplier<T> {
Files.java 109 public static OutputSupplier<FileOutputStream> newOutputStreamSupplier(
123 public static OutputSupplier<FileOutputStream> newOutputStreamSupplier(
126 return new OutputSupplier<FileOutputStream>() {
154 public static OutputSupplier<OutputStreamWriter> newWriterSupplier(File file,
169 public static OutputSupplier<OutputStreamWriter> newWriterSupplier(File file,
249 public static void copy(File from, OutputSupplier<? extends OutputStream> to)
345 Charset charset, OutputSupplier<W> to) throws IOException {
CharStreams.java 99 public static OutputSupplier<OutputStreamWriter> newWriterSupplier(
100 final OutputSupplier<? extends OutputStream> out, final Charset charset) {
103 return new OutputSupplier<OutputStreamWriter>() {
119 OutputSupplier<W> to) throws IOException {
143 OutputSupplier<W> to) throws IOException {
ByteStreams.java 89 OutputSupplier<? extends OutputStream> to) throws IOException {
111 OutputSupplier<? extends OutputStream> to) throws IOException {

Completed in 178 milliseconds