Pushes back a byte by copying it to the front of the pushback buffer. After this method returns, the next byte to be read will have the value (byte)b.
@param b the int value whose low-order byte is to be pushed back.
@exception IOException If there is not enough room in the pushbackbuffer for the byte, or this input stream has been closed by invoking its {@link #close()} method.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.