| Defines a set of methods used to load resources such as images, property
files, and other types of files from the CLASSPATH. It provides a layer of
abstraction so the application is not bound to a particular loading stategy.
Note that a full ClassLoader could be used instead, but this is a little
easier to code with.
author: Jeff Tassin |