| Interface | Description |
|---|---|
| Storage |
Storage interface specifies API through which an actual information about the Android device's
storage may be accessed.
|
| Storage.Provider |
Interface for provider that may be used to access implementation of
Storage. |
| Class | Description |
|---|---|
| Storage.BaseResult |
This class represents the base structure for results which may be returned by this storage API
when invoking some of its methods.
|
| Storage.Result |
This class represents structure for result which will be returned by this storage API when
invoking some of its methods which accepts only single path as parameter.
|
| Storage.Results |
This class represents structure for result which will be returned by this storage API when
invoking some of its methods which accepts set of paths as parameter so when requesting
a bulk storage operation.
|
| StorageEditor |
The StorageEditor is a helper class used by
StorageUtils to perform Files
related operations. |
| StorageUtils |
Simple utility class specifying API allowing to create, copy, move or delete files on the current
Android device's file system.
|
| Enum | Description |
|---|---|
| Storage.Unit |
Represents unit to measure files on an Android device's file system.
|
| Annotation Type | Description |
|---|---|
| Storage.FilePermissions |
Defines an annotation for determining set of allowed file permission flags.
|
| Storage.Flags |
Defines an annotation for determining set of allowed flags.
|
| Storage.StorageDir |
Defines an annotation for determining set of available storage directories.
|