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

newByteChannel

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

Delegates to Files.newByteChannel.