Package com.jme3.asset.plugins
Class AndroidLocator.AndroidAssetInfo
java.lang.Object
com.jme3.asset.AssetInfo
com.jme3.asset.plugins.AndroidLocator.AndroidAssetInfo
- Enclosing class:
- AndroidLocator
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionandroid.content.res.AssetFileDescriptor
Implementations of this method should return anInputStream
allowing access to the data represented by theAssetKey
.Methods inherited from class com.jme3.asset.AssetInfo
getKey, getManager, toString
-
Method Details
-
openStream
Description copied from class:AssetInfo
Implementations of this method should return anInputStream
allowing access to the data represented by theAssetKey
.Each invocation of this method should return a new stream to the asset data, starting at the beginning of the file.
- Specified by:
openStream
in classAssetInfo
- Returns:
- The asset data.
-
openFileDescriptor
public android.content.res.AssetFileDescriptor openFileDescriptor()
-