|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.nio.charset.Charset
com.ibm.icu4jni.charset.CharsetICU
Constructor Summary | |
protected |
CharsetICU(java.lang.String canonicalName,
java.lang.String icuCanonName,
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 icuCanonName, java.lang.String[] aliases)
canonicalName
- the canonical name as a stringaliases
- the alias set as an array of stringsMethod Detail |
public java.nio.charset.CharsetDecoder newDecoder()
public java.nio.charset.CharsetEncoder newEncoder()
public boolean contains(java.nio.charset.Charset cs)
cs
- charset to test
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |