jp.cssj.sakae.sac.util
クラス EncodingUtilities
java.lang.Object
jp.cssj.sakae.sac.util.EncodingUtilities
- public class EncodingUtilities
- extends Object
This class contains utility functions to manage encodings.
- バージョン:
- $Id: EncodingUtilities.java,v 1.2 2007-05-06 04:24:09 miyabe Exp $
- 作成者:
- Stephane Hillion
フィールドの概要 |
protected static Map |
ENCODINGS
The standard to Java encoding table. |
コンストラクタの概要 |
protected |
EncodingUtilities()
This class does not need to be instantiated. |
メソッドの概要 |
static String |
javaEncoding(String encoding)
Returns the Java encoding string mapped with the given standard encoding
string. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENCODINGS
protected static final Map ENCODINGS
- The standard to Java encoding table.
EncodingUtilities
protected EncodingUtilities()
- This class does not need to be instantiated.
javaEncoding
public static String javaEncoding(String encoding)
- Returns the Java encoding string mapped with the given standard encoding
string.
- 戻り値:
- null if no mapping was found.
(c)2009 GNN & Co.,Ltd.