Package java.io
Class PushbackInputStream
PushbackInputStream(InputStream in)
PushbackInputStream(InputStream in, int bufsize)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
constructor PushbackInputStream(InputStream in):
Constructs a PushbackInputStream and saves its arguments, the input stream in, for later use.
constructor PushbackInputStream(InputStream in, int bufsize):
Constructs a PushbackInputStream with a pushback buffer of the specified size, and saves its argument, the input stream in, for later use.