|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xml.serialize.EncodingInfo
public class EncodingInfo
This class represents an encoding.
| Constructor Summary | |
|---|---|
EncodingInfo(String ianaName,
String javaName,
int lastPrintable)
Deprecated. Creates new EncodingInfo instance. |
|
| Method Summary | |
|---|---|
String |
getIANAName()
Deprecated. Returns a MIME charset name of this encoding. |
Writer |
getWriter(OutputStream output)
Deprecated. Returns a writer for this encoding based on an output stream. |
boolean |
isPrintable(char ch)
Deprecated. Checks whether the specified character is printable or not in this encoding. |
static void |
testJavaEncodingName(String name)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EncodingInfo(String ianaName,
String javaName,
int lastPrintable)
EncodingInfo instance.
| Method Detail |
|---|
public String getIANAName()
public Writer getWriter(OutputStream output)
throws UnsupportedEncodingException
UnsupportedEncodingException - There is no convertor
to support this encodingpublic boolean isPrintable(char ch)
ch - a code point (0-0x10ffff)
public static void testJavaEncodingName(String name)
throws UnsupportedEncodingException
UnsupportedEncodingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||