次の方法で共有


CharsetEncoder.Charset Method

Definition

Returns the charset that created this encoder.

[Android.Runtime.Register("charset", "()Ljava/nio/charset/Charset;", "")]
public Java.Nio.Charset.Charset? Charset ();
[<Android.Runtime.Register("charset", "()Ljava/nio/charset/Charset;", "")>]
member this.Charset : unit -> Java.Nio.Charset.Charset

Returns

This encoder's charset

Attributes

Remarks

Returns the charset that created this encoder.

Java documentation for java.nio.charset.CharsetEncoder.charset().

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