comicviewer
Toggle table of contents
ios
Target filter
ios
Switch theme
Search in API
Skip to content
comicviewer
smb
/
com.sorrowblue.comicviewer.data.storage.smb
/
IosSmbFileClient
Ios
Smb
File
Client
interface
IosSmbFileClient
Members
Types
Companion
Link copied to clipboard
object
Companion
Factory
Link copied to clipboard
interface
Factory
Functions
attribute
Link copied to clipboard
abstract
suspend
fun
attribute
(
path
:
String
)
:
FileAttribute
connect
Link copied to clipboard
abstract
suspend
fun
connect
(
path
:
String
)
current
Link copied to clipboard
abstract
suspend
fun
current
(
path
:
String
)
:
IosSmbFile
file
Size
Link copied to clipboard
abstract
suspend
fun
fileSize
(
path
:
String
)
:
Long
list
Directory
Link copied to clipboard
abstract
suspend
fun
listDirectory
(
path
:
String
)
:
List
<
IosSmbFile
>
seekable
Input
Stream
Link copied to clipboard
abstract
suspend
fun
seekableInputStream
(
file
:
File
)
:
SeekableInputStream
source
Link copied to clipboard
abstract
suspend
fun
source
(
file
:
File
)
:
Source