org.apache.batik.util
Class EncodingUtilities
java.lang.Object
org.apache.batik.util.EncodingUtilities
public class EncodingUtilities
- extends Object
This class contains utility functions to manage encodings.
Field Summary |
protected static Map |
ENCODINGS
The standard to Java encoding table. |
Constructor Summary |
protected |
EncodingUtilities()
This class does not need to be instantiated. |
Method Summary |
static String |
javaEncoding(String encoding)
Returns the Java encoding string mapped with the given standard
encoding string. |
Methods inherited from class 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.
- Returns:
- null if no mapping was found.
Copyright © 2008 Apache Software Foundation. All Rights Reserved.