Object UrlDataProvider.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final File getCacheDirectory() Returns the cache directory for UrlDataProvider.
      final String cacheFileNameFromUrl(URL url) creates a unique cache file name for the given URL.
      final Unit deleteCachedFileForUrl(URL url) Deletes the cached file for the given URL if it exists.
      final Unit deleteCachedFiles() Deletes all downloaded files from the cache.
      final String fileNameFromUrl(URL url) Extracts the file name from the given URL.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait