toggle menu
extensions-lib
17-rc1
jvm
switch theme
search in API
extensions-lib
/
eu.kanade.tachiyomi.torrentutils.model
/
TorrentFile
Torrent
File
data
class
TorrentFile
(
val
path
:
String
,
val
indexFile
:
Int
,
val
size
:
Long
,
torrentHash
:
String
,
trackers
:
List
<
String
>
=
emptyList()
)
Members
Constructors
Torrent
File
Link copied to clipboard
constructor
(
path
:
String
,
indexFile
:
Int
,
size
:
Long
,
torrentHash
:
String
,
trackers
:
List
<
String
>
=
emptyList()
)
Properties
index
File
Link copied to clipboard
val
indexFile
:
Int
path
Link copied to clipboard
val
path
:
String
size
Link copied to clipboard
val
size
:
Long
Functions
to
Magnet
URI
Link copied to clipboard
fun
toMagnetURI
(
)
:
String