InputStream.ungetc

Push a character back onto the stream.

They will be returned in first-in last-out order from getc/getcw. Only has effect on further calls to getc() and getcw().

interface InputStream
char
ungetc
(
char c
)

Meta