com.etasoft.trans.map
Class axTextBinConverter
java.lang.Object
com.etasoft.trans.map.axTextBinConverter
- public class axTextBinConverter
- extends java.lang.Object
Decode and encode text-binary strings entered, passed by user.
Method Summary |
static java.lang.String |
decode(java.lang.String mixed)
Convert char-bin representation to characters. |
static java.lang.String |
encode(java.lang.String charsOnly)
Convert characters to char-bin representation. |
static boolean |
isPrintable(char ch)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
axTextBinConverter
public axTextBinConverter()
encode
public static java.lang.String encode(java.lang.String charsOnly)
- Convert characters to char-bin representation.
decode
public static java.lang.String decode(java.lang.String mixed)
- Convert char-bin representation to characters.
isPrintable
public static boolean isPrintable(char ch)