StorageManager
Declaration
public class Strawberry.Android.StorageManager
The storage manager for android platform.
Implements: Strawberry.Misc.IStorage
Constructors
StorageManager
void StorageManager()
Methods
List
string[] List(string path)
Parameters:
| Name | Type | Description |
|---|---|---|
path |
System.String |
Open
Stream Open(string path)
Parameters:
| Name | Type | Description |
|---|---|---|
path |
System.String |
ReadAllBytes
byte[] ReadAllBytes(string path)
Parameters:
| Name | Type | Description |
|---|---|---|
path |
System.String |