PushbackInputStream.Pos Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The position within the pushback buffer from which the next byte will be read.
[Android.Runtime.Register("pos")]
protected int Pos { get; set; }
[<Android.Runtime.Register("pos")>]
member this.Pos : int with get, set
Property Value
- Attributes
Remarks
The position within the pushback buffer from which the next byte will be read. When the buffer is empty, pos
is equal to buf.length
; when the buffer is full, pos
is equal to zero.
Added in 1.1.
Java documentation for java.io.PushbackInputStream.pos
.
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.