PushbackInputStream
Introduction The Java.io.PushbackInputStream class adds functionality to another input stream, namely the ability to “push back” or “unread” one byte. Class declaration Following is the declaration for Java.io.PushbackInputStream class − Learn Java in-depth with real-world projects through our Java certification course. Enroll and become a certified expert to boost your career. Field Following are the fields for Java.io.PushbackInputStream class − Class constructors Sr.No. Constructor […]