edu.uci.isr.apigen
Class StringReplacerReader
java.lang.Object
java.io.Reader
java.io.FilterReader
edu.uci.isr.apigen.StringReplacerReader
- public class StringReplacerReader
- extends FilterReader
|
Method Summary |
int |
read()
|
int |
read(char[] cbuf)
|
int |
read(char[] cbuf,
int off,
int len)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
targetString
protected String targetString
replaceString
protected String replaceString
pointer
int pointer
inbuf
protected StringBuffer inbuf
outbuf
protected StringBuffer outbuf
StringReplacerReader
public StringReplacerReader(Reader r,
String targetString,
String replaceString)
read
public int read()
throws IOException
- Throws:
IOException
read
public int read(char[] cbuf,
int off,
int len)
throws IOException
- Throws:
IOException
read
public int read(char[] cbuf)
throws IOException
- Throws:
IOException