org.nuiton.i18n
Class I18nFileReader

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by org.nuiton.i18n.I18nFileReader
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

Deprecated. since 1.1, no more use of this class.

@Deprecated
public class I18nFileReader
extends Properties

Classe assurant la lecture et les possibles traitement nécessaires à I18n.

Author:
tchemit
See Also:
Serialized Form

Field Summary
protected static Pattern commentPattern
          Deprecated.  
protected static Pattern splitPattern
          Deprecated.  
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
I18nFileReader()
          Deprecated.  
 
Method Summary
protected  String interpretBackslashes(String message)
          Deprecated.  
 void load(InputStream inStream, String encodingTo)
          Deprecated.  
protected  String serializeBackslashes(String message)
          Deprecated.  
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

commentPattern

protected static final Pattern commentPattern
Deprecated. 

splitPattern

protected static final Pattern splitPattern
Deprecated. 
Constructor Detail

I18nFileReader

public I18nFileReader()
Deprecated. 
Method Detail

load

public void load(InputStream inStream,
                 String encodingTo)
          throws IOException
Deprecated. 
Throws:
IOException

interpretBackslashes

protected String interpretBackslashes(String message)
Deprecated. 

serializeBackslashes

protected String serializeBackslashes(String message)
Deprecated. 


Copyright © 2004-2010 CodeLutin. All Rights Reserved.