android :: NativeBitmap :: from_stream
open
function of the AssetManagerCalled by the AssetManager
# 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