Constructor for subclassing with concrete types.throwsSecurityException if there is a security manager installed that does not permit the runtime permission labeled "charsetProvider".sinceAndroid 1.0 //$NON-NLS-1$ SecurityManager securityManager = System.getSecurityManager(); if (securityManager != null) securityManager.checkPermission(CONSTRUCT_PERM);
//$NON-NLS-1$ SecurityManager securityManager = System.getSecurityManager(); if (securityManager != null) securityManager.checkPermission(CONSTRUCT_PERM);
Returns the named charset. If the charset is unavailable the method returns null. paramcharsetName the canonical or alias name of a character set.returnthe charset, or null if unavailable.sinceAndroid 1.0
If the charset is unavailable the method returns null.
null
Returns an iterator over all the available charsets.returnthe iterator.sinceAndroid 1.0