niok-android / ch.tutteli.niok / java.nio.file.Path / newByteChannel

newByteChannel

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.