inline fun Path.newByteChannel(vararg openOptions: OpenOption): SeekableByteChannel (source)inline fun Path.newByteChannel(openOptions: Set<OpenOption>, vararg fileAttributes: FileAttribute<*>): SeekableByteChannel (source)
Delegates to Files.newByteChannel.