|
barcode4j 2.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.krysalis.barcode4j.tools.MessageUtil
public class MessageUtil
Utilities for pre-processing messages.
| Constructor Summary | |
|---|---|
MessageUtil()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
filterNonPrintableCharacters(java.lang.String text)
Filters non-printable ASCII characters (0-31 and 127) from a string with spaces and returns that. |
static java.lang.String |
unescapeUnicode(java.lang.String message)
Un-escapes escaped Unicode characters in a message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageUtil()
| Method Detail |
|---|
public static java.lang.String unescapeUnicode(java.lang.String message)
message - the message
public static java.lang.String filterNonPrintableCharacters(java.lang.String text)
text - the text to be filtered.
|
barcode4j 2.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||