Providers
Functions
Link copied to clipboard
Link copied to clipboard
Provide a Provider from the resource found in the current class loader with UTF-8 encoding.
Provide a Provider from the resource found in the current class loader with the provided encoding.
open fun resourceProvider(classLoader: ClassLoader, pathToResource: String, encoding: Charset): Provider
Provide a Provider from the resource found in class loader with the provided encoding.