LineNumberInputStream Constructors

Definition

Overloads

LineNumberInputStream(Stream)
Obsolete.

Constructs a newline number input stream that reads its input from the specified input stream.

LineNumberInputStream(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

LineNumberInputStream(Stream)

Caution

deprecated

Constructs a newline number input stream that reads its input from the specified input stream.

[Android.Runtime.Register(".ctor", "(Ljava/io/InputStream;)V", "")]
[System.Obsolete("deprecated")]
public LineNumberInputStream (System.IO.Stream? in);
[<Android.Runtime.Register(".ctor", "(Ljava/io/InputStream;)V", "")>]
[<System.Obsolete("deprecated")>]
new Java.IO.LineNumberInputStream : System.IO.Stream -> Java.IO.LineNumberInputStream

Parameters

in
Stream

the underlying input stream.

Attributes

Remarks

Constructs a newline number input stream that reads its input from the specified input stream.

Java documentation for java.io.LineNumberInputStream.LineNumberInputStream(java.io.InputStream).

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

LineNumberInputStream(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected LineNumberInputStream (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.IO.LineNumberInputStream : nativeint * Android.Runtime.JniHandleOwnership -> Java.IO.LineNumberInputStream

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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