Linguaggio

ByteBuffer.Char Proprietà

Definizione

Restituisce il carattere nella posizione corrente e aumenta la posizione di 2.

public abstract char Char { [Android.Runtime.Register("getChar", "()C", "GetGetCharHandler")] get; }
[<get: Android.Runtime.Register("getChar", "()C", "GetGetCharHandler")>]
member this.Char : char

Valore della proprietà

Valore char in corrispondenza della posizione corrente del buffer.

Attributi

Eccezioni

se la posizione è maggiore di limit - 2.

Commenti

per java.nio.ByteBuffer.getChar().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a