Modifier and Type | Field and Description |
---|---|
private boolean |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public String | filter(String
the string to filter line)Implements org. |
public void | setReverse(boolean
True if the conversion is to be reversed,
otherwise false; reverse)Flag the conversion to run in the reverse sense, that is Ascii to Native encoding. |
reverse | back to summary |
---|---|
private boolean reverse |
Native2AsciiFilter | back to summary |
---|---|
public Native2AsciiFilter() |
filter | back to summary |
---|---|
public String filter(String line) Implements org. Doc from org. filter and/of modify a string |
setReverse | back to summary |
---|---|
public void setReverse(boolean reverse) Flag the conversion to run in the reverse sense, that is Ascii to Native encoding.
|