Package apg

Class UdtLib.ForgivingLineEnd

  • Enclosing class:
    UdtLib

    public static class UdtLib.ForgivingLineEnd
    extends UdtLib.LineEnd
    UDT for a "forgiving" line end. Forgiving means that anything resembling either of the two most frequent standards will be accepted. Any of LF (x0A), CRLF (x0Dx0A)or CR (x0D) are accepted as line ends.
    • Constructor Detail

      • ForgivingLineEnd

        public ForgivingLineEnd​(Parser parser)
        Default constructor.
        Parameters:
        parser - the Parser object this UDT is attached to.