SandboxUri

open class SandboxUri(url: NSURL, parentUrl: NSURL? = null) : ImplicitUri

Constructors

Link copied to clipboard
constructor(url: NSURL, parentUrl: NSURL? = null)

Properties

Link copied to clipboard
open override val path: String

Functions

Link copied to clipboard
open suspend override fun <R> read(block: suspend (Source) -> R): R
Link copied to clipboard
open suspend override fun write(block: suspend (Sink) -> Unit)