Package apg

Class UdtLib.CRLFLineEnd

  • Enclosing class:
    UdtLib

    public static class UdtLib.CRLFLineEnd
    extends UdtLib.LineEnd
    UDT for the standard CRLF line end.
    CR = carriage return, \r or x0D
    LF = line feed, newline, \n or x0A
    • Constructor Summary

      Constructors 
      Constructor Description
      CRLFLineEnd​(Parser parser)
      Default constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CRLFLineEnd

        public CRLFLineEnd​(Parser parser)
        Default constructor. The line end is the double character, x0Dx0A.
        Parameters:
        parser - the Parser object this UDT is attached to.