Package apg
Class UdtLib.CRLFLineEnd
- java.lang.Object
-
- apg.Parser.UdtCallback
-
- apg.UdtLib.LineEnd
-
- apg.UdtLib.CRLFLineEnd
-
- Enclosing class:
- UdtLib
public static class UdtLib.CRLFLineEnd extends UdtLib.LineEnd
UDT for the standard CRLF line end.
CR = carriage return,\r
orx0D
LF = line feed, newline,\n
orx0A
-
-
Field Summary
-
Fields inherited from class apg.Parser.UdtCallback
callbackData
-
-
Constructor Summary
Constructors Constructor Description CRLFLineEnd(Parser parser)
Default constructor.
-
Method Summary
-
Methods inherited from class apg.UdtLib.LineEnd
callback
-
-
-
-
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.
-
-