Class chap9.ch9_fig1_FileLoader
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class chap9.ch9_fig1_FileLoader

java.lang.Object
   |
   +----java.lang.ClassLoader
           |
           +----chap9.ch9_fig1_FileLoader

class ch9_fig1_FileLoader
extends ClassLoader
A ClassLoader that serves to load a SINGLE class from a class file. This class may ONLY reference classes that can be loaded through the primordial class loader. Thus, this class can have only a single public class and NO private classes, because this ClassLoader doesn't know how to load private classes.

This class is not public and can therefore cannot be used outside this package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index