commonMain.com.apadmi.mockzilla.lib.internal.utils.FileIo.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mockzilla-jvm Show documentation
Show all versions of mockzilla-jvm Show documentation
Solution for running and configuring a local HTTP server on mobile.
The newest version!
package com.apadmi.mockzilla.lib.internal.utils
internal expect class FileIo {
suspend fun readFromCache(filename: String): String?
suspend fun saveToCache(filename: String, contents: String)
suspend fun deleteCacheFile(filename: String)
suspend fun deleteAllCaches()
}
internal expect fun createFileIoforTesting(): FileIo
© 2015 - 2025 Weber Informatics LLC | Privacy Policy