org.objectweb.jac.aspects.gui
Class TemplateReader
java.lang.Object
|
+--java.io.Reader
|
+--org.objectweb.jac.aspects.gui.TemplateReader
- public class TemplateReader
- extends Reader
This is unused class to create printable templates.
Template Reader : a stream reader for Template
Substitute %param% with the value of template.getParams().get(param)
Method Summary |
void |
close()
|
int |
read()
|
int |
read(char[] b,
int off,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateReader
public TemplateReader(Reader in,
Map params)
read
public int read(char[] b,
int off,
int len)
throws IOException
- Specified by:
read
in class Reader
IOException
read
public int read()
throws IOException
- Overrides:
read
in class Reader
IOException
close
public void close()
throws IOException
- Specified by:
close
in class Reader
IOException