Java.IO.LineNumberInputStream Class
Wraps an existing Java.IO.InputStream and counts the line terminators encountered while reading the data.

See Also: LineNumberInputStream Members

Syntax

[Android.Runtime.Register("java/io/LineNumberInputStream", DoNotGenerateAcw=true)]
[System.Obsolete("This class is obsoleted in this android platform")]
public class LineNumberInputStream : FilterInputStream

Remarks

Wraps an existing Java.IO.InputStream and counts the line terminators encountered while reading the data. Line numbering starts at 0. Recognized line terminator sequences are '\r', '\n' and "\r\n". When using read, line terminator sequences are always translated into '\n'.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1Deprecated since API level 1