PushbackReader

Undocumented in source.

Constructors

this
this(Reader reader)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
read
int read(char[] cbuf, int off, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
unread
void unread(char c)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Reader

lock
Object lock;
Undocumented in source.
close
void close()
Undocumented in source.
mark
void mark(int readAheadLimit)
Undocumented in source. Be warned that the author may not have intended to support it.
markSupported
bool markSupported()
Undocumented in source. Be warned that the author may not have intended to support it.
read
int read()
Undocumented in source. Be warned that the author may not have intended to support it.
read
int read(char[] cbuf)
Undocumented in source. Be warned that the author may not have intended to support it.
read
int read(char[] cbuf, int off, int len)
Undocumented in source.
ready
bool ready()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
skip
long skip(long n)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta