Mosaic
Toggle table of contents
android
common
ios
jvm
wasmJs
Target filter
android
common
ios
jvm
wasmJs
Switch theme
Search in API
Skip to content
Mosaic
mosaic-client
/
dev.catbit.mosaic.client.data.data_sources.file_system
/
PlatformFileHandler
/
getFileStreaming
get
File
Streaming
android
common
ios
jvm
wasmJs
actual
suspend
fun
getFileStreaming
(
fileName
:
String
)
:
Flow
<
ByteArray
>
?
expect
suspend
fun
getFileStreaming
(
fileName
:
String
)
:
Flow
<
ByteArray
>
?
Returns a
Flow
that reads the file in chunks, or null if the file doesn't exist.
actual
suspend
fun
getFileStreaming
(
fileName
:
String
)
:
Flow
<
ByteArray
>
?
actual
suspend
fun
getFileStreaming
(
fileName
:
String
)
:
Flow
<
ByteArray
>
?
actual
suspend
fun
getFileStreaming
(
fileName
:
String
)
:
Flow
<
ByteArray
>
?