open

abstract fun open(): InputStream(source)

Opens this file as an input stream. Generally, calling this method is more performant than calling new FileInputStream(getFile()).

Return

The input stream. Never returns null. The caller is responsible for closing this stream.