AASSET_MODE_UNKNOWN

Available access modes for opening assets with {@link AAssetManager_open}

Values

ValueMeaning
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.

Meta