public class CharsetProvider extends CharsetProvider
| Constructor and Description |
|---|
CharsetProvider() |
| Modifier and Type | Method and Description |
|---|---|
Charset |
charsetForName(String charsetName)
Retrieves a charset for the given charset name.
|
Iterator |
charsets()
Creates an iterator that iterates over the charsets supported by this
provider.
|
public Charset charsetForName(String charsetName)
charsetForName in class CharsetProvidercharsetName - the name of the requested charset;
may be either a canonical name or an aliaspublic Iterator charsets()
Charset.availableCharsets
method.charsets in class CharsetProviderCopyright © 2015 freeutils.net. All rights reserved.