Java.IO.PushbackInputStream.Pos Property
The current position within buf.

Syntax

[Android.Runtime.Register("pos")]
protected int Pos { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The current position within buf. A value equal to buf.length indicates that no bytes are available. A value of 0 indicates that the buffer is full.

[Android Documentation]

Requirements

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