public final class Encodings extends Object
This class is not a public API. It is only public because it is used outside of this package.
Constructor and Description |
---|
Encodings() |
Modifier and Type | Method and Description |
---|---|
static String |
convertMime2JavaEncoding(String encoding)
Try the best we can to convert a Java encoding to a XML-style encoding.
|
static char |
getHighChar(String encoding)
Characters with values at or below the high code point are
in the encoding.
|
static boolean |
isRecognizedEncoding(String encoding)
Determines if the encoding specified was recognized by the
serializer or not.
|
public static boolean isRecognizedEncoding(String encoding)
encoding
- The encodingpublic static String convertMime2JavaEncoding(String encoding)
This is not a public API.
encoding
- non-null reference to encoding string, java style.This method is not a public API.
public static char getHighChar(String encoding)
This is for performance.
encoding
- The encodingThis method is not a public API.
Copyright © 2017 JBoss by Red Hat. All rights reserved.