IosSmbFileClient

Types

Link copied to clipboard
object Companion
Link copied to clipboard
interface Factory

Functions

Link copied to clipboard
abstract suspend fun attribute(path: String): FileAttribute
Link copied to clipboard
abstract suspend fun connect(path: String)
Link copied to clipboard
abstract suspend fun current(path: String): IosSmbFile
Link copied to clipboard
abstract suspend fun fileSize(path: String): Long
Link copied to clipboard
abstract suspend fun listDirectory(path: String): List<IosSmbFile>
Link copied to clipboard
abstract suspend fun seekableInputStream(file: File): SeekableInputStream
Link copied to clipboard
abstract suspend fun source(file: File): Source