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.
- Version:
- $Id: EncodingUtilities.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Stephane Hillion
|
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 © 2000–2017 Apache Software Foundation. All rights reserved.