Rachel
Toggle table of contents
3.5.0
android
Target filter
android
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.core
/
love.yinlin.uri
/
ContentUri
Content
Uri
android
open
class
ContentUri
(
context
:
Context
,
val
path
:
String
)
:
ImplicitUri
Members
Constructors
Content
Uri
Link copied to clipboard
android
constructor
(
context
:
Context
,
path
:
String
)
Properties
path
Link copied to clipboard
android
open
override
val
path
:
String
Functions
read
Link copied to clipboard
android
open
suspend override
fun
<
R
>
read
(
block
:
suspend
(
Source
)
->
R
)
:
R
write
Link copied to clipboard
android
open
suspend override
fun
write
(
block
:
suspend
(
Sink
)
->
Unit
)