Package 

Class StorageUtils


  • 
    public class StorageUtils
    
                        

    Provides application storage paths

    See https://github.com/nostra13/Android-Universal-Image-Loader
    • Method Summary

      Modifier and Type Method Description
      static File getIndividualCacheDirectory(Context context) Returns individual application cache directory (for only video caching from Proxy).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getIndividualCacheDirectory

         static File getIndividualCacheDirectory(Context context)

        Returns individual application cache directory (for only video caching from Proxy). Cache directory will becreated on SD card ("/Android/data/[app_package_name]/cache/video-cache") if card is mounted .Else - Android defines cache directory on device's file system.

        Parameters:
        context - Application context