openIn

abstract fun openIn(path: String): InputStream

Opens the file at the given path for reading.

Return

an InputStream.

Parameters

path
a fully qualified path.

Throws

if an I/O error occurs.