public class Native2AsciiFilter extends TokenFilter.ChainableReaderFilter
description, location, project| Constructor and Description | 
|---|
| Native2AsciiFilter() | 
| Modifier and Type | Method and 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. | 
chain, setByLineclone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectpublic 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.Filterline - the string to filter