protected static class TextTemplate.EscapeVariableFilter extends FilterWriter
Modifier and Type | Field and Description |
---|---|
protected static int |
DOLLAR_SIGN |
protected int |
last |
out
Constructor and Description |
---|
EscapeVariableFilter(Writer out) |
Modifier and Type | Method and Description |
---|---|
void |
write(char[] cbuf) |
void |
write(char[] cbuf,
int off,
int len) |
void |
write(int b) |
close, flush, write
protected static final int DOLLAR_SIGN
protected int last
public EscapeVariableFilter(Writer out)
public void write(int b) throws IOException
write
in class FilterWriter
IOException
public void write(char[] cbuf, int off, int len) throws IOException
write
in class FilterWriter
IOException
public void write(char[] cbuf) throws IOException
write
in class Writer
IOException
Copyright © 2018 Nuxeo. All rights reserved.