public class EscapeStr extends Object
Constructor and Description |
---|
EscapeStr(boolean asciiOnly) |
Modifier and Type | Method and Description |
---|---|
static String |
stringEsc(String s) |
static void |
stringEsc(Writer out,
String s,
boolean singleLineString,
boolean asciiOnly) |
static String |
unescape(String s,
char escape) |
static String |
unescapeStr(String s) |
void |
writeStr(Writer w,
String s) |
void |
writeStrMultiLine(Writer w,
String s) |
void |
writeURI(Writer w,
String s) |
public static void stringEsc(Writer out, String s, boolean singleLineString, boolean asciiOnly) throws IOException
IOException
Licenced under the Apache License, Version 2.0