| Member Name | Description |
|---|---|
| Buffer | Mode for AssetManager.Open(string, Android.Content.Res.Access): Attempt to load contents into memory, for fast small reads. |
| Random | Mode for AssetManager.Open(string, Android.Content.Res.Access): Read chunks, and seek forward and backward. |
| Streaming | Mode for AssetManager.Open(string, Android.Content.Res.Access): Read sequentially, with an occasional forward seek. |
| Unknown | Mode for AssetManager.Open(string, Android.Content.Res.Access): no specific information about how data will be accessed. |