KitePDF
Toggle table of contents
0.10.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-cbz
/
io.github.yuroyami.kitepdf.cbz
/
CbzDocument
/
Companion
Companion
object
Companion
Members
Functions
open
Link copied to clipboard
fun
open
(
bytes
:
ByteArray
)
:
CbzDocument
Reads
bytes
as a comic archive.
open
Or
Null
Link copied to clipboard
fun
openOrNull
(
bytes
:
ByteArray
)
:
CbzDocument
?
open
, but null instead of an exception on anything unreadable.