Linguaggio

StreamTokenizer.TtEof Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Java.IO.TokenType enum directly instead of this field.

Costante che indica che la fine del flusso è stata letta.

[Android.Runtime.Register("TT_EOF")]
[System.Obsolete("This constant will be removed in the future version. Use Java.IO.TokenType enum directly instead of this field.", true)]
public const Java.IO.TokenType TtEof = -1;
[<Android.Runtime.Register("TT_EOF")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.IO.TokenType enum directly instead of this field.", true)>]
val mutable TtEof : Java.IO.TokenType

Valore del campo

Value = -1
Attributi

Commenti

Costante che indica che la fine del flusso è stata letta.

per java.io.StreamTokenizer.TT_EOF.

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