<escapeunicode>Or:
<filterreader classname="org.apache.tools.ant.filters.EscapeUnicode"/>
Modifier and Type | Field and Description |
---|---|
private StringBuffer |
Access | Constructor and Description |
---|---|
public | |
public | EscapeUnicode(final Reader
A Reader object providing the underlying stream.
Must not be in)null .Creates a new filtered reader. |
Modifier and Type | Method and Description |
---|---|
public final Reader | Returns: a new filter based on this configuration, but filtering the specified readerA Reader object providing the underlying stream.
Must not be rdr)null .Implements org. |
private void | |
public final int | Returns: the next character in the resulting stream, or -1 if the end of the resulting stream has been reachedOverrides java. |
unicodeBuf | back to summary |
---|---|
private StringBuffer unicodeBuf |
EscapeUnicode | back to summary |
---|---|
public EscapeUnicode() Constructor for "dummy" instances.
|
EscapeUnicode | back to summary |
---|---|
public EscapeUnicode(final Reader in) Creates a new filtered reader.
|
chain | back to summary |
---|---|
public final Reader chain(final Reader rdr) Implements org. Creates a new EscapeUnicode using the passed in Reader for instantiation. |
initialize | back to summary |
---|---|
private void initialize() Parses the parameters (currently unused) |
read | back to summary |
---|---|
public final int read() throws IOException Overrides java. Returns the next character in the filtered stream, converting non latin characters to unicode escapes.
|