Package apg
Class UdtLib.ForgivingLineEnd
- java.lang.Object
-
- apg.Parser.UdtCallback
-
- apg.UdtLib.LineEnd
-
- apg.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.
-
-
Field Summary
-
Fields inherited from class apg.Parser.UdtCallback
callbackData
-
-
Constructor Summary
Constructors Constructor Description ForgivingLineEnd(Parser parser)
Default constructor.
-
Method Summary
-
Methods inherited from class apg.UdtLib.LineEnd
callback
-
-
-
-
Constructor Detail
-
ForgivingLineEnd
public ForgivingLineEnd(Parser parser)
Default constructor.- Parameters:
parser
- the Parser object this UDT is attached to.
-
-