Java.IO.PushbackInputStream Members

The members of Java.IO.PushbackInputStream are listed below.

See Also: Inherited members from Java.IO.FilterInputStream

Public Constructors

Constructs a new PushbackInputStream with the specified input stream as source.
Constructs a new PushbackInputStream with in as source input stream.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

BufIList<byte>. The buffer that contains pushed-back bytes.
Posint. The current position within buf.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Unread(byte[])
Pushes all the bytes in buffer back to this stream.
Unread(int)
Pushes the specified byte oneByte back to this stream.
Unread(byte[], int, int)
Pushes a subset of the bytes in buffer back to this stream.