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

See Also: PushbackInputStream Members

Syntax

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

Remarks

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

[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