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