FeatherClassLoader

The simplest way to take the results of FeatherCompile, and wrap it in a ClassLoader.

Constructors

Link copied to clipboard
constructor(classes: Map<String, ByteArray>)
constructor(classes: Map<String, ByteArray>, parent: ClassLoader)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getResource(p0: String): URL
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun loadClass(p0: String): Class<*>
Link copied to clipboard
open fun resources(p0: String): Stream<URL>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard