RemoteDataSource

Types

Link copied to clipboard
interface Factory

Functions

Link copied to clipboard
abstract suspend fun connect(path: String)
Link copied to clipboard
abstract suspend fun exists(path: String): Boolean
Link copied to clipboard
abstract suspend fun file(path: String, resolveImageFolder: Boolean = false): File
Link copied to clipboard
abstract suspend fun getAttribute(path: String): FileAttribute?
Link copied to clipboard
abstract suspend fun getFileSize(path: String): Long
Link copied to clipboard
abstract suspend fun listFiles(file: File, resolveImageFolder: Boolean = false, filter: (File) -> Boolean): List<File>
Link copied to clipboard
abstract suspend fun pageCount(book: Book): Int