Home
last modified time | relevance | path

Searched defs:newOutputStream (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/
DChannels.java143 public static OutputStream newOutputStream(final WritableByteChannel ch) { in newOutputStream() method in Channels
/libcore/ojluni/src/main/java/java/nio/file/spi/
DFileSystemProvider.java418 public OutputStream newOutputStream(Path path, OpenOption... options) in newOutputStream() method in FileSystemProvider