comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
storage
/
com.sorrowblue.comicviewer.data.storage.client
/
FileReader
File
Reader
interface
FileReader
:
AutoCloseable
Members
Functions
close
Link copied to clipboard
expect
abstract
fun
close
(
)
extract
To
Link copied to clipboard
abstract
suspend
fun
extractTo
(
pageIndex
:
Int
,
sink
:
Sink
)
file
Name
Link copied to clipboard
abstract
suspend
fun
fileName
(
pageIndex
:
Int
)
:
String
file
Size
Link copied to clipboard
abstract
suspend
fun
fileSize
(
pageIndex
:
Int
)
:
Long
page
Count
Link copied to clipboard
abstract
suspend
fun
pageCount
(
)
:
Int
source
Link copied to clipboard
abstract
suspend
fun
source
(
pageIndex
:
Int
)
:
Source