public class AsciiConverter extends Object
| Constructor and Description |
|---|
AsciiConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
replaceString(String input)
Replaces each character with its ASCII-code representation or does
nothing if character is not in the range of 'normal' characters.
|
public final String replaceString(String input)
input - Not encoded or replaced value (should be a character).Copyright © 2015 Aiki IT. All rights reserved.