|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.nio.charset.spi.CharsetProvider | +--com.ibm.icu4jni.charset.CharsetProviderICU
Nested Class Summary | |
protected class |
CharsetProviderICU.CharsetIterator
Class that implements the iterator for charsets |
Constructor Summary | |
CharsetProviderICU()
Constructs a CharsetProviderICU object |
Method Summary | |
java.nio.charset.Charset |
charsetForName(java.lang.String charsetName)
Constructs a charset for the given charset name |
java.util.Iterator |
charsets()
Returns an iterator for the available charsets |
void |
putCharsets(java.util.Map map)
Adds an entry to the given map whose key is the charset's canonical name and whose value is the charset itself. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CharsetProviderICU()
Method Detail |
public final java.nio.charset.Charset charsetForName(java.lang.String charsetName)
charsetForName
in class java.nio.charset.spi.CharsetProvider
public final void putCharsets(java.util.Map map)
map
- a map to receive charset objects and namespublic final java.util.Iterator charsets()
charsets
in class java.nio.charset.spi.CharsetProvider
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |