Class PlainTextFilter

  • All Implemented Interfaces:
    AutoCloseable, Iterator<Event>, IFilter

    public class PlainTextFilter
    extends AbstractCompoundFilter
    Plain Text filter, processes text files encoded in ANSI, Unicode, UTF-8, UTF-16. Provides the byte-order mask detection. The filter is aware of the following line terminators:
    • Carriage return character followed immediately by a newline character ("\r\n")
    • Newline (line feed) character ("\n")
    • Stand-alone carriage return character ("\r")