Value | Meaning |
---|---|
AASSET_MODE_UNKNOWN | No specific information about how data will be accessed. * |
AASSET_MODE_RANDOM | Read chunks, and seek forward and backward. |
AASSET_MODE_STREAMING | Read sequentially, with an occasional forward seek. |
AASSET_MODE_BUFFER | Caller plans to ask for a read-only buffer with all data. |
Available access modes for opening assets with {@link AAssetManager_open}