openStream

abstract fun openStream(path: String): InputStream

Opens an InputStream over the contents of the file at the given path.

Return

An InputStream over the contents of the target file.

Parameters

path

Relative path to the file that will be opened.

Throws

If the file at path does not exist.