Class P4Escaper


  • public class P4Escaper
    extends org.apache.commons.lang3.text.translate.NumericEntityEscaper
    • Method Detail

      • filter

        public static P4Escaper filter()

        Constructs a P4Escaper below 0x20.

        Returns:
        the newly created P4Escaper instance
      • translate

        public boolean translate​(int codepoint,
                                 Writer out)
                          throws IOException
        Overrides:
        translate in class org.apache.commons.lang3.text.translate.NumericEntityEscaper
        Throws:
        IOException