java.lang.Cloneable
, ChainableReader
, TokenFilter.Filter
public class Native2AsciiFilter extends TokenFilter.ChainableReaderFilter
description, location, project
Constructor | Description |
---|---|
Native2AsciiFilter() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
filter(java.lang.String line) |
filter and/of modify a string
|
void |
setReverse(boolean reverse) |
Flag the conversion to run in the reverse sense,
that is Ascii to Native encoding.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
chain, setByLine
public void setReverse(boolean reverse)
reverse
- True if the conversion is to be reversed,
otherwise false;public java.lang.String filter(java.lang.String line)
TokenFilter.Filter
line
- the string to filter