KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf.core
/
ByteReader
/
lastIndexOf
last
Index
Of
fun
lastIndexOf
(
needle
:
ByteArray
,
from
:
Int
=
bytes.size - needle.size
)
:
Int
Find the LAST occurrence of
needle
at or before
from
. Returns -1 if not found.