StringReader

Undocumented in source.

Constructors

this
this(String str)
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.

Variables

str
String str;
Undocumented in source.

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