MPPFile

expect class MPPFile(source)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
expect val MPPFile.filesize: Long

Functions

Link copied to clipboard
suspend fun MPPFile.bytes(): ByteArray
Link copied to clipboard
Link copied to clipboard
expect fun MPPFile.input(): ERROR CLASS: Symbol not found for Input

Creates a Ktor Input from this multiplatform file. Platform-specific implementations handle file reading for each supported platform.

actual fun MPPFile.input(): ERROR CLASS: Symbol not found for Input

Creates a Ktor Input from this multiplatform file. Platform-specific implementations handle file reading for each supported platform.

actual fun MPPFile.input(): ERROR CLASS: Symbol not found for Input

Creates a Ktor Input from this multiplatform file. Platform-specific implementations handle file reading for each supported platform.

Link copied to clipboard
fun MPPFile.inputProvider(): ERROR CLASS: Symbol not found for InputProvider

Creates a Ktor InputProvider from this multiplatform file for use in HTTP client requests. The input provider knows the file size and can create input streams on demand.

Link copied to clipboard
fun MPPFile.inputProviderSync(): ERROR CLASS: Symbol not found for InputProvider
Link copied to clipboard
Link copied to clipboard