tico.configuration
Class TResourceBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.PropertyResourceBundle
          extended by tico.configuration.TResourceBundle

public class TResourceBundle
extends java.util.PropertyResourceBundle

Implementation of PropertyResourceBundle that works with "UTF-8" character encoded files.

Version:
1.0 Nov 20, 2006
Author:
Pablo Muñoz

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.ResourceBundle
java.util.ResourceBundle.Control
 
Constructor Summary
TResourceBundle(java.io.InputStream stream)
          Creates a new TResourceBundle from the specified stream.
 
Method Summary
 java.lang.Object handleGetObject(java.lang.String key)
           
 
Methods inherited from class java.util.PropertyResourceBundle
getKeys
 
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TResourceBundle

public TResourceBundle(java.io.InputStream stream)
                throws java.io.IOException
Creates a new TResourceBundle from the specified stream.

Parameters:
stream - The property stream to read from.
Throws:
java.io.IOException
Method Detail

handleGetObject

public java.lang.Object handleGetObject(java.lang.String key)
Overrides:
handleGetObject in class java.util.PropertyResourceBundle