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
/
io.github.yuroyami.kitetorrent.alert
/
TorrentStatus
/
TorrentStatus
Torrent
Status
constructor
(
infoHash
:
Sha1Hash
,
state
:
TorrentState
,
progress
:
Float
=
0.0f
,
totalDone
:
Long
=
0
,
downloadRate
:
Int
=
0
,
uploadRate
:
Int
=
0
,
numPeers
:
Int
=
0
,
numSeeds
:
Int
=
0
)