|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.nio.charset.Charset | +--com.ibm.icu4jni.charset.CharsetICU
Constructor Summary | |
protected |
CharsetICU(java.lang.String canonicalName,
java.lang.String[] aliases)
Constructor to create a the CharsetICU object |
Method Summary | |
boolean |
contains(java.nio.charset.Charset cs)
Ascertains if a charset is a sub set of this charset |
java.nio.charset.CharsetDecoder |
newDecoder()
Returns a new decoder instance of this charset object |
java.nio.charset.CharsetEncoder |
newEncoder()
Returns a new encoder object of the charset |
Methods inherited from class java.nio.charset.Charset |
aliases, availableCharsets, canEncode, compareTo, decode, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected CharsetICU(java.lang.String canonicalName, java.lang.String[] aliases)
Method Detail |
public java.nio.charset.CharsetDecoder newDecoder()
newDecoder
in class java.nio.charset.Charset
public java.nio.charset.CharsetEncoder newEncoder()
newEncoder
in class java.nio.charset.Charset
public boolean contains(java.nio.charset.Charset cs)
contains
in class java.nio.charset.Charset
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |