Create a NativeBitmap from a NativeInputStream retrieved with open function of the AssetManager

Called by the AssetManager

Property definitions

android $ NativeBitmap :: from_stream
	# Create a NativeBitmap from a NativeInputStream retrieved with `open` function of the AssetManager
	# Called by the AssetManager
	new from_stream(input_stream: NativeInputStream) in "Java" `{ return BitmapFactory.decodeStream(input_stream); `}
lib/android/assets_and_resources.nit:298,2--300,114