Meshtastic App
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
Meshtastic App
core-service
/
org.meshtastic.core.service
/
AndroidFileService
Android
File
Service
android
class
AndroidFileService
(
context
:
Application
,
dispatchers
:
CoroutineDispatchers
)
:
FileService
(
source
)
Members
Constructors
Android
File
Service
Link copied to clipboard
android
constructor
(
context
:
Application
,
dispatchers
:
CoroutineDispatchers
)
Functions
read
Link copied to clipboard
android
open
suspend override
fun
read
(
uri
:
CommonUri
,
block
:
suspend
(
BufferedSource
)
->
Unit
)
:
Boolean
write
Link copied to clipboard
android
open
suspend override
fun
write
(
uri
:
CommonUri
,
block
:
suspend
(
BufferedSink
)
->
Unit
)
:
Boolean