Returns whether or not the given character is a line delimiter. Both CR and LF are valid line delimiters. <p>
@param ch the character to test @return true if ch is a delimiter, false otherwise
See Implementation
Returns whether or not the given character is a line delimiter. Both CR and LF are valid line delimiters. <p>
@param ch the character to test @return true if ch is a delimiter, false otherwise