JavaSystem.In Property

Definition

The "standard" input stream.

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

Property Value

Attributes

Remarks

The "standard" input stream. This stream is already open and ready to supply input data. Typically this stream corresponds to keyboard input or another input source specified by the host environment or user.

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