KitePDF
Toggle table of contents
0.6.1
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-core
/
io.github.yuroyami.kitepdf.core
/
ByteReader
/
indexOf
index
Of
fun
indexOf
(
needle
:
ByteArray
,
from
:
Int
=
0
)
:
Int
Find the FIRST occurrence of
needle
at or after
from
. Returns -1 if not found.