edu.uci.isr.apigen
Class TokenReplacerReader
java.lang.Object
java.io.Reader
java.io.FilterReader
edu.uci.isr.apigen.TokenReplacerReader
- public class TokenReplacerReader
- 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 |
map
protected TokenMap map
inbuf
protected StringBuffer inbuf
outbuf
protected StringBuffer outbuf
TokenReplacerReader
public TokenReplacerReader(Reader r,
TokenMap map)
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