getFileInputStream

public static InputStream getFileInputStream(String path)

Creates an input stream for reading the specified file into memory.

Return

input stream for the file

Parameters

path

file path


public static InputStream getFileInputStream(Context context, Uri uri)