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
/
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.