public class StringReader extends Reader
Constructor and Description |
---|
StringReader(String str) |
public StringReader(String str)
public void mark(int ignored) throws IOException
mark
in class Reader
IOException
public boolean markSupported()
markSupported
in class Reader
public int read() throws IOException
read
in class Reader
IOException
public int read(char[] chars, int off, int len) throws IOException
Reader
read
in class Reader
IOException
public boolean ready() throws IOException
ready
in class Reader
IOException
public void reset() throws IOException
reset
in class Reader
IOException
public long skip(long skip) throws IOException
skip
in class Reader
IOException