Uses of Class
me.hsgamer.hscore.downloader.core.object.DownloadInfo
Package
Description
Contains the downloader's base classes
Contains the implementations of the
DownloadInfoLoader
interface.Contains the objects for the downloader
Contains the
InputStreamLoader
implementation for the URL-
Uses of DownloadInfo in me.hsgamer.hscore.downloader.core
Modifier and TypeMethodDescriptionDownloader.getDownloadInfo
(String name) Get the download infoDownloader.getLoadedDownloadInfo()
Get the loaded download infos -
Uses of DownloadInfo in me.hsgamer.hscore.downloader.core.loader
Modifier and TypeMethodDescriptionDownloadInfoLoader.load
(Downloader downloader) Load theDownloadInfo
MapDownloadInfoLoader.load
(Downloader downloader) Modifier and TypeMethodDescriptionInputStreamLoader.load
(DownloadInfo downloadInfo) Load theInputStream
from theDownloadInfo
-
Uses of DownloadInfo in me.hsgamer.hscore.downloader.core.object
Modifier and TypeMethodDescriptionfinal T
InfoKey.get
(@NotNull DownloadInfo downloadInfo) Get the value from the download info -
Uses of DownloadInfo in me.hsgamer.hscore.downloader.webstream