Uses of Class
me.hsgamer.hscore.downloader.core.object.DownloadInfo
Packages that use 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
Methods in me.hsgamer.hscore.downloader.core that return types with arguments of type DownloadInfoModifier 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
Methods in me.hsgamer.hscore.downloader.core.loader that return types with arguments of type DownloadInfoModifier and TypeMethodDescriptionDownloadInfoLoader.load
(Downloader downloader) Load theDownloadInfo
MapDownloadInfoLoader.load
(Downloader downloader) Methods in me.hsgamer.hscore.downloader.core.loader with parameters of type DownloadInfoModifier and TypeMethodDescriptionInputStreamLoader.load
(DownloadInfo downloadInfo) Load theInputStream
from theDownloadInfo
-
Uses of DownloadInfo in me.hsgamer.hscore.downloader.core.object
Methods in me.hsgamer.hscore.downloader.core.object with parameters of type DownloadInfoModifier and TypeMethodDescriptionfinal T
InfoKey.get
(@NotNull DownloadInfo downloadInfo) Get the value from the download info -
Uses of DownloadInfo in me.hsgamer.hscore.downloader.webstream
Methods in me.hsgamer.hscore.downloader.webstream with parameters of type DownloadInfo