KiteTorrent
Toggle table of contents
0.0.1-SNAPSHOT
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteTorrent
kitetorrent-session
/
io.github.yuroyami.kitetorrent.session.disk
/
InMemoryDiskIo
/
write
write
open
suspend override
fun
write
(
piece
:
Int
,
offset
:
Int
,
data
:
ByteArray
)
Write
data
at
offset
within
piece
. The bytes are owned by the callee after the call.