Uses of Interface
org.scijava.download.LocationCache
-
Packages that use LocationCache Package Description org.scijava.download -
-
Uses of LocationCache in org.scijava.download
Classes in org.scijava.download that implement LocationCache Modifier and Type Class Description classDiskLocationCacheA file-based implementation ofLocationCache.Methods in org.scijava.download with parameters of type LocationCache Modifier and Type Method Description DownloadDefaultDownloadService. download(Location source, Location destination, LocationCache cache)DownloadDownloadService. download(Location source, Location destination, LocationCache cache)Downloads data from the given source, storing it into the given destination.
-