KitePDF
Toggle table of contents
0.10.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-core
/
io.github.yuroyami.kitepdf.core.zip
/
Crc32
/
of
of
fun
of
(
bytes
:
ByteArray
,
from
:
Int
=
0
,
to
:
Int
=
bytes.size
)
:
Long
Checksum of
bytes
between
from
(inclusive) and
to
(exclusive).