Interface FileSystemService


  • public interface FileSystemService
    Inject → File system abstraction for Android and iOS
    • Method Detail

      • getApplicationPrivateDirectory

        @Nonnull
        File getApplicationPrivateDirectory()
        Returns the platform-specific application-private directory.
        Returns:
        the application-private directory.
      • getCacheDirectory

        @Nonnull
        File getCacheDirectory()
        Returns the platform-specific folder that should be used as cache directory.
        Returns:
        the platform-specific folder that should be used as cache directory
      • getDatabaseDirectory

        @Nonnull
        File getDatabaseDirectory()
        Returns the platform-specific folder that should be used as database directory.
        Returns:
        the platform-specific folder that should be used as database directory