Java.IO.PushbackInputStream: Method Members

The methods of Java.IO.PushbackInputStream are listed below. For a list of all members, see the PushbackInputStream Members list.

See Also: Inherited members from Java.IO.FilterInputStream

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.