CharsetProvider.Charsets Method

Definition

Creates an iterator that iterates over the charsets supported by this provider.

[Android.Runtime.Register("charsets", "()Ljava/util/Iterator;", "GetCharsetsHandler")]
public abstract Java.Util.IIterator? Charsets ();
[<Android.Runtime.Register("charsets", "()Ljava/util/Iterator;", "GetCharsetsHandler")>]
abstract member Charsets : unit -> Java.Util.IIterator

Returns

The new iterator

Attributes

Remarks

Creates an iterator that iterates over the charsets supported by this provider. This method is used in the implementation of the java.nio.charset.Charset#availableCharsets Charset.availableCharsets method.

Java documentation for java.nio.charset.spi.CharsetProvider.charsets().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to