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

IIterator

The new iterator

Attributes

Remarks

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