Package i2p.susi.util

Class EscapeHTMLWriter

  • All Implemented Interfaces:
    Closeable, Flushable, Appendable, AutoCloseable

    public class EscapeHTMLWriter
    extends FilterWriter
    Escape HTML on the fly. Streaming version of DataHelper.escapeHTML(), and we escape '-' too since we stick debugging stuff inside comments, and '--' is disallowed inside comments.
    Since:
    0.9.34