public class AndroidLocator.AndroidAssetInfo extends AssetInfo
| Modifier and Type | Method and Description |
|---|---|
android.content.res.AssetFileDescriptor |
openFileDescriptor() |
java.io.InputStream |
openStream()
Implementations of this method should return an
InputStream
allowing access to the data represented by the AssetKey. |
getKey, getManager, toStringpublic java.io.InputStream openStream()
AssetInfoInputStream
allowing access to the data represented by the AssetKey.
Each invocation of this method should return a new stream to the asset data, starting at the beginning of the file.
openStream in class AssetInfopublic android.content.res.AssetFileDescriptor openFileDescriptor()