JavaSystem.In Property

Definition

The "standard" input stream.

[Android.Runtime.Register("in")]
public static System.IO.Stream? In { get; }
[<Android.Runtime.Register("in")>]
member this.In : System.IO.Stream

Property Value

Stream
Attributes

Remarks

Java documentation for java.lang.System.in.

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