LineDelimiter.AUTO

A special line delimiter which is used for auto-detection of EOL in {@link TextLineDecoder}. If this delimiter is used, {@link TextLineDecoder} will consider both <tt>'\r'</tt> and <tt>'\n'</tt> as a delimiter.

struct LineDelimiter
enum LineDelimiter AUTO;

Meta