Uses of Interface
me.hsgamer.hscore.downloader.core.loader.DownloadInfoLoader
Package
Description
Contains the downloader's base classes
Contains the implementations of the
DownloadInfoLoader
interface.Contains the implementation of the downloader classes with JSON
-
Uses of DownloadInfoLoader in me.hsgamer.hscore.downloader.core
Modifier and TypeMethodDescriptionDownloader.getDownloadInfoLoader()
Get the download info loaderModifierConstructorDescriptionDownloader
(DownloadInfoLoader downloadInfoLoader, InputStreamLoader inputStreamLoader, File folder) Create a new downloader -
Uses of DownloadInfoLoader in me.hsgamer.hscore.downloader.core.loader
Modifier and TypeClassDescriptionclass
A simpleDownloadInfoLoader
that loads the download info from a map. -
Uses of DownloadInfoLoader in me.hsgamer.hscore.downloader.json
Modifier and TypeClassDescriptionclass
A simpleDownloadInfoLoader
that loads the download info from a JSON file.