Langage

StreamTokenizer.TtEof Champ

Définition

Attention

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

Constante indiquant que la fin du flux a été lue.

[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

Valeur de champ

Value = -1
Attributs

Remarques

Constante indiquant que la fin du flux a été lue.

Java documentation pour java.io.StreamTokenizer.TT_EOF.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à