toolkit / com.sas.android.visualanalytics.sdk / FileHandler / openIn
openIn
abstract fun openIn(path: String): InputStream
Opens the file at the given path for reading.
Parameters
path -
a fully qualified path.
Exceptions
IOException -
if an I/O error occurs.
Return
an InputStream.