getResourceAsStream

open override fun getResourceAsStream(name: String?): InputStream?(source)

Return

A resource stream from the appropriate class loader. This is delegated via the service to choose the correct class loader to obtain a resource to stream.

Parameters

name

The resource path.