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
/
BlockRequest
Block
Request
data
class
BlockRequest
(
val
piece
:
Int
,
val
offset
:
Int
,
val
length
:
Int
)
A block within a piece:
piece
index, byte
offset
into the piece, and
length
.
Members
Constructors
Block
Request
Link copied to clipboard
constructor
(
piece
:
Int
,
offset
:
Int
,
length
:
Int
)
Properties
length
Link copied to clipboard
val
length
:
Int
offset
Link copied to clipboard
val
offset
:
Int
piece
Link copied to clipboard
val
piece
:
Int