Gets the asset, preferably from a zip file asset, but not necessarily. @param assetPath @return
(String assetPath)
| 308 | * @return |
| 309 | */ |
| 310 | public static InputStream getAssetStream(String assetPath) { |
| 311 | return getAssetStream(assetPath, false); |
| 312 | } |
| 313 | |
| 314 | /** |
| 315 | * Gets the asset from a zip file. |
no test coverage detected