- param
- externalClassName class name in external form. This is same as
what is used in java.lang.ClassLoader.load() or
Class.forName(). It is upto the implementation
to decide if they want to use caching or not.
- return
- The {@link ClassFile} loaded.
- throws
- IOException if specified class could not be found.
- see
- ClassFile
|