Java.IO.PushbackReader Class
Wraps an existing Java.IO.Reader and adds functionality to "push back" characters that have been read, so that they can be read again.

See Also: PushbackReader Members

Syntax

[Android.Runtime.Register("java/io/PushbackReader", DoNotGenerateAcw=true)]
public class PushbackReader : FilterReader

Remarks

Wraps an existing Java.IO.Reader and adds functionality to "push back" characters that have been read, so that they can be read again. Parsers may find this useful. The number of characters which may be pushed back can be specified during construction. If the buffer of pushed back bytes is empty, characters are read from the underlying reader.

[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