Helper class for Cramfull subclasses that collects all resources
compiled into them; except for the get/setDebugMode
methods, application programmers will not have to access this class directly.
Returns the named resource as an InputStream from which the
resource's decoded data can be read, just as if an InputStream
had been opened on the original resource file.
Returns the named resource as an InputStream from which the
resource's decoded data can be read, just as if an InputStream
had been opened on the original resource file.
Returns the locale suffix of the first Cramfull subclass in the
locale hierarchy obtained by java.util.ResourceBundle.getBundle()
that contains the named resource.
Returns a Properties object for the given basename, with a
locale hierarchy that reflects that of this Cramfull object
and it's parents, in as far as this Cramfull object was
instantiated by ResourceBundle.getBundle().
Returns a Properties object for the given basename, with a
locale hierarchy that reflects that of this Cramfull object
and it's parents, in as far as this Cramfull object was
instantiated by ResourceBundle.getBundle().
Special case of a MissingResourceException where the resource
is not really missing from the Cramfull subclass and it's parent in
a ResourceBundle, but cannot be retrieved due to an encoding or decoding error.
Resource retention: cache a decoded resource and it's parents in
their respective containing Cramfull subclass as the
java.util.Properties object each is loaded in.
Returns a String representation of this CompilerEntry containing the canonical form
of the file path to the resource defined by this CompilerEntry, it's resource name,
and the class name of the Encoder subclass.