Searched defs:newOutputStream (Results 1 – 4 of 4) sorted by relevance
185 private static JimfsOutputStream newOutputStream(boolean append) { in newOutputStream() method in JimfsOutputStreamTest
197 public OutputStream newOutputStream(Path path, OpenOption... options) throws IOException { in newOutputStream() method in JimfsFileSystemProvider
559 public static OutputStream newOutputStream(final Path path, final OpenOption... options) { in newOutputStream() method in FilesUncheck
2478 …public static OutputStream newOutputStream(final File file, final boolean append) throws IOExcepti… in newOutputStream() method in FileUtils