Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.core
/
love.yinlin.uri
/
ImplicitUri
Implicit
Uri
interface
ImplicitUri
Inheritors
ContentUri
RegularUri
SandboxUri
Members
Properties
path
Link copied to clipboard
abstract
val
path
:
String
Functions
read
Link copied to clipboard
abstract
suspend
fun
<
R
>
read
(
block
:
suspend
(
Source
)
->
R
)
:
R
write
Link copied to clipboard
abstract
suspend
fun
write
(
block
:
suspend
(
Sink
)
->
Unit
)