|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.nio.charset.spi.CharsetProvider
public abstract class CharsetProvider
The service provider class for character sets.
| Constructor Summary | |
|---|---|
protected |
CharsetProvider()
Constructor for subclassing with concrete types. |
| Method Summary | |
|---|---|
abstract Charset |
charsetForName(String charsetName)
Returns the named charset. |
abstract Iterator<Charset> |
charsets()
Returns an iterator over all the available charsets. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CharsetProvider()
SecurityException - if there is a security manager installed that does not permit
the runtime permission labeled "charsetProvider".| Method Detail |
|---|
public abstract Iterator<Charset> charsets()
public abstract Charset charsetForName(String charsetName)
If the charset is unavailable the method returns null.
charsetName - the canonical or alias name of a character set.
null if unavailable.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||