com.jme3.asset
クラス AssetInfo
java.lang.Object
com.jme3.asset.AssetInfo
public abstract class AssetInfo
- extends java.lang.Object
The result of locating an asset through an AssetKey. Provides
a means to read the asset data through an InputStream.
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AssetInfo
public AssetInfo(AssetManager manager,
AssetKey key)
getKey
public AssetKey getKey()
getManager
public AssetManager getManager()
toString
public java.lang.String toString()
- オーバーライド:
- クラス
java.lang.Object
内の toString
openStream
public abstract java.io.InputStream openStream()
- Implementations of this method should return an
InputStream
allowing access to the data represented by the AssetKey
.
- 戻り値:
- The asset data.