public class P4Escaper
extends org.apache.commons.lang3.text.translate.NumericEntityEscaper
Modifier and Type | Method and Description |
---|---|
static P4Escaper |
filter()
Constructs a
P4Escaper below 0x20. |
boolean |
translate(int codepoint,
Writer out) |
above, below, between, outsideOf
public static P4Escaper filter()
Constructs a P4Escaper
below 0x20.
P4Escaper
instancepublic boolean translate(int codepoint, Writer out) throws IOException
translate
in class org.apache.commons.lang3.text.translate.NumericEntityEscaper
IOException
Copyright © 2016–2021. All rights reserved.