HomeSort by relevance Sort by last modified time
    Searched refs:UrlAssetInfo (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
UrlAssetInfo.java 17 public class UrlAssetInfo extends AssetInfo {
22 public static UrlAssetInfo create(AssetManager assetManager, AssetKey key, URL url) throws IOException {
33 return new UrlAssetInfo(assetManager, key, url, in);
37 private UrlAssetInfo(AssetManager assetManager, AssetKey key, URL url, InputStream in) throws IOException {
UrlLocator.java 74 return UrlAssetInfo.create(manager, key, url);
ClasspathLocator.java 109 return UrlAssetInfo.create(manager, key, url);

Completed in 71 milliseconds