atg.core.i18n
Interface LayeredResourceBundle.BaseResourceStreamClassLoader

Enclosing class:
LayeredResourceBundle

public static interface LayeredResourceBundle.BaseResourceStreamClassLoader

An interface a ClassLoader can implement for returning the base input stream for a resource.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 java.io.InputStream getBaseInputStreamForResource(java.lang.String pResource)
          Get the base InputStream for the specified resource.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getBaseInputStreamForResource

java.io.InputStream getBaseInputStreamForResource(java.lang.String pResource)
                                                  throws java.io.IOException
Get the base InputStream for the specified resource. Used to provide the base-line of a definition for a LayeredResourceBundle.

Throws:
java.io.IOException