MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / getAssetStreamFromZip

Method getAssetStreamFromZip

src/javajs/async/Assets.java:340–342  ·  view source on GitHub ↗

Gets the asset from a zip file. @param assetPath @return

(String assetPath)

Source from the content-addressed store, hash-verified

338 * @return
339 */
340 public static InputStream getAssetStreamFromZip(String assetPath) {
341 return getAssetStream(assetPath, true);
342 }
343
344
345 /**

Callers

nothing calls this directly

Calls 1

getAssetStreamMethod · 0.95

Tested by

no test coverage detected