Package io.nevernull.mobileui
Interface FileSystemService
-
public interface FileSystemService
Inject → File system abstraction for Android and iOS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getApplicationPrivateDirectory()
Returns the platform-specific application-private directory.File
getCacheDirectory()
Returns the platform-specific folder that should be used as cache directory.File
getDatabaseDirectory()
Returns the platform-specific folder that should be used as database directory.
-
-
-
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
-
-