Gets the asset from a zip file. @param assetPath @return
(String assetPath)
| 338 | * @return |
| 339 | */ |
| 340 | public static InputStream getAssetStreamFromZip(String assetPath) { |
| 341 | return getAssetStream(assetPath, true); |
| 342 | } |
| 343 | |
| 344 | |
| 345 | /** |
nothing calls this directly
no test coverage detected