toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.archive.key
/
KeyDownloader
Key
Downloader
abstract
class
KeyDownloader
(
val
source
:
KeySource
)
Inheritors
HdosKeyDownloader
JsonKeyDownloader
Members
Constructors
Key
Downloader
Link copied to clipboard
constructor
(
source
:
KeySource
)
Properties
source
Link copied to clipboard
val
source
:
KeySource
Functions
download
Link copied to clipboard
abstract
suspend
fun
download
(
url
:
String
)
:
Sequence
<
SymmetricKey
>
get
Missing
Urls
Link copied to clipboard
abstract
suspend
fun
getMissingUrls
(
seenUrls
:
Set
<
String
>
)
:
Set
<
String
>