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