java.lang.Object | |
↳ | java.nio.charset.spi.CharsetProvider |
The service provider class for character sets.
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for subclassing with concrete types.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the named charset.
| |||||||||||
Returns an iterator over all the available charsets.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Returns the named charset.
If the charset is unavailable the method returns null
.
charsetName | the canonical or alias name of a character set. |
---|
null
if unavailable.
Returns an iterator over all the available charsets.